Changeset 134
- Timestamp:
- 07/16/05 21:59:31 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r130 r134 112 112 ==================== 113 113 114 Now, try logging in. If the login worked, you should see the Django admin index 115 page: 114 Now, try logging in. 115 116 If it didn't work, read the `"I can't log in" questions`_ in the FAQ. 117 118 If it worked, you should see the Django admin index page: 116 119 117 120 .. image:: http://media.djangoproject.com/img/doc/tutorial/admin02t.png … … 121 124 By default, you should see four types of editable content: groups, users, 122 125 redirects 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 123 128 124 129 Make the poll app modifiable in the admin
