summaryrefslogtreecommitdiff
path: root/docs/topics/auth
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-18 10:35:41 -0400
committerTim Graham <timograham@gmail.com>2013-09-18 10:35:41 -0400
commitd1c9802811b5c3f5abd3defcfecac160135fa6e7 (patch)
treec1fb66b53bace025898d8283060adb290e68291b /docs/topics/auth
parent2daada800f8e28cc1ba664b3008efaefab8fb570 (diff)
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Thanks daniel.quattro at gmail.com for the report.
Diffstat (limited to 'docs/topics/auth')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 4d86a7330e..d7efd3e858 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -70,7 +70,7 @@ first time you run it with ``'django.contrib.auth'`` in your
:setting:`INSTALLED_APPS`. If you need to create a superuser at a later date,
you can use a command line utility::
- manage.py createsuperuser --username=joe --email=joe@example.com
+ $ python manage.py createsuperuser --username=joe --email=joe@example.com
You will be prompted for a password. After you enter one, the user will be
created immediately. If you leave off the :djadminopt:`--username` or the