From d1c9802811b5c3f5abd3defcfecac160135fa6e7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 18 Sep 2013 10:35:41 -0400 Subject: Fixed #21116 -- Made usage of manage.py in docs more consistent. Thanks daniel.quattro at gmail.com for the report. --- docs/topics/auth/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/auth') 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 -- cgit v1.3