summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-05-17 17:57:41 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-05-17 17:57:41 +0000
commitfc24a690288e5ff79e50486fc410c9c56fafafe1 (patch)
tree60f690e90379e6e14b174dc4118c10fc6e076d3b /docs/intro/tutorial02.txt
parente2189f6d247d9d0125cf8c46da9e1dd3f3b5d17e (diff)
[1.0.X] Fixed #10855: Reference doc on creating superusers in the tutorial at the point where an account is needed, so that readers who neglected to create one earlier (or who forgot the password) don't get stuck or think they have to start all over. Thanks cwolf127 and timo.
r10810 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index 61215def99..3962e7d439 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -83,7 +83,9 @@ Enter the admin site
====================
Now, try logging in. (You created a superuser account in the first part of this
-tutorial, remember?) You should see the Django admin index page:
+tutorial, remember? If you didn't create one or forgot the password you can
+:ref:`create another one <topics-auth-creating-superusers>`.) You should see
+the Django admin index page:
.. image:: _images/admin02t.png
:alt: Django admin index page