Ticket #10855: 10855.diff
File 10855.diff, 1.0 KB (added by , 16 years ago) |
---|
-
docs/intro/tutorial02.txt
86 86 ==================== 87 87 88 88 Now, try logging in. (You created a superuser account in the first part of this 89 tutorial, remember?) You should see the Django admin index page: 89 tutorial, remember? If you didn't create one or forgot the password you can 90 :ref:`create another one <topics-auth-creating-superusers>`.) You should see 91 the Django admin index page: 90 92 91 93 .. image:: _images/admin02t.png 92 94 :alt: Django admin index page -
docs/topics/auth.txt
398 398 :class:`~django.contrib.auth.models.AnonymousUser` objects on your own, but 399 399 they're used by Web requests, as explained in the next section. 400 400 401 .. _topics-auth-creating-superusers: 402 401 403 Creating superusers 402 404 ------------------- 403 405