summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/django-admin.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index a7a15f2a2e..a8dff6defa 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -54,6 +54,12 @@ createsuperuser
Creates a superuser account interactively. It asks you for a username, e-mail
address and password.
+**New in Django development version:** You can specify
+``username email password`` on the command line, for convenient use in shell
+scripts. Example::
+
+ django-admin.py createsuperuser john john@example.com mypassword
+
init
----