mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Doc'd --no-input option for createsuperuser.
This commit is contained in:
parent
52545e788d
commit
8dd5877f58
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue