diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-18 10:35:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-18 10:35:41 -0400 |
| commit | d1c9802811b5c3f5abd3defcfecac160135fa6e7 (patch) | |
| tree | c1fb66b53bace025898d8283060adb290e68291b /docs/topics/auth | |
| parent | 2daada800f8e28cc1ba664b3008efaefab8fb570 (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.txt | 2 |
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 |
