Add information about the CSV field order

This commit is contained in:
Roberto Rosario
2012-01-27 00:47:30 -04:00
parent 70aec4a0b7
commit 0b92fad9c2

View File

@@ -111,6 +111,9 @@ follow::
$ ./manage.py import_users --noinput --password=welcome123 --skip-repeated user_list.csv
The CSV field order must be: username, first name, last name and email, any other
column after those is ignored.
**Optional arguments**
* The ``--noinput`` argument skips confirmation and starts the import immediately.