From b527a59da80a276163b975a0fdc97d84e967b87e Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sun, 17 May 2009 17:54:51 +0000 Subject: 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10810 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/tutorial02.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/intro/tutorial02.txt') diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index ba884bdee7..fa1912213a 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -86,7 +86,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 `.) You should see +the Django admin index page: .. image:: _images/admin02t.png :alt: Django admin index page -- cgit v1.3