mirror of
https://github.com/django/django.git
synced 2025-04-21 15:54:37 +00:00
[2.2.x] Doc'd --no-input option for createsuperuser.
Backport of 8dd5877f58f84f2b11126afbd0813e24545919ed from master
This commit is contained in:
parent
1088a9777d
commit
a39365c48e
@ -1537,6 +1537,11 @@ the new superuser account. When run non-interactively, no password
|
||||
will be set, and the superuser account will not be able to log in until
|
||||
a password has been manually set for it.
|
||||
|
||||
.. 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…
x
Reference in New Issue
Block a user