Skip to content

Commit

Permalink
Fixed #10855: Reference doc on creating superusers in the tutorial at…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
kmtracey committed May 17, 2009
1 parent 33e77db commit b527a59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/intro/tutorial02.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ Enter the admin site
==================== ====================


Now, try logging in. (You created a superuser account in the first part of this 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 .. image:: _images/admin02t.png
:alt: Django admin index page :alt: Django admin index page
Expand Down
2 changes: 2 additions & 0 deletions docs/topics/auth.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ In practice, you probably won't need to use
:class:`~django.contrib.auth.models.AnonymousUser` objects on your own, but :class:`~django.contrib.auth.models.AnonymousUser` objects on your own, but
they're used by Web requests, as explained in the next section. they're used by Web requests, as explained in the next section.


.. _topics-auth-creating-superusers:

Creating superusers Creating superusers
------------------- -------------------


Expand Down

0 comments on commit b527a59

Please sign in to comment.