Doc'd --no-input option for createsuperuser.

This commit is contained in:
Hasan Ramezani 2019-07-11 10:25:40 +02:00 committed by Mariusz Felisiak
parent 52545e788d
commit 8dd5877f58
1 changed files with 5 additions and 0 deletions

View File

@ -1578,6 +1578,11 @@ field, you can use ``DJANGO_SUPERUSER_EMAIL`` environment variable.
Support for using ``DJANGO_SUPERUSER_PASSWORD`` and
``DJANGO_SUPERUSER_<uppercase_field_name>`` environment variables was added.
.. django-admin-option:: --noinput, --no-input
Suppresses all user prompts. If a suppressed prompt cannot be resolved
automatically, the command will exit with error code 1.
.. django-admin-option:: --username USERNAME
.. django-admin-option:: --email EMAIL