Django

Code

Changeset 134

Show
Ignore:
Timestamp:
07/16/05 21:59:31 (3 years ago)
Author:
adrian
Message:

Improved tutorial02 to discuss login errors, linking to the FAQ

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial02.txt

    r130 r134  
    112112==================== 
    113113 
    114 Now, try logging in. If the login worked, you should see the Django admin index 
    115 page: 
     114Now, try logging in. 
     115 
     116If it didn't work, read the `"I can't log in" questions`_ in the FAQ. 
     117 
     118If it worked, you should see the Django admin index page: 
    116119 
    117120.. image:: http://media.djangoproject.com/img/doc/tutorial/admin02t.png 
     
    121124By default, you should see four types of editable content: groups, users, 
    122125redirects and flat files. These are core features Django ships with by default. 
     126 
     127.. _"I can't log in" questions: http://www.djangoproject.com/documentation/faq/#the-admin-site 
    123128 
    124129Make the poll app modifiable in the admin