Changeset 1262
- Timestamp:
- 11/15/05 21:09:50 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r950 r1262 82 82 :target: http://media.djangoproject.com/img/doc/tutorial/admin02.png 83 83 84 By default, you should see four types of editable content: groups, users,85 redirects and flat pages.These are core features Django ships with by default.84 By default, you should see two types of editable content: groups and users. 85 These are core features Django ships with by default. 86 86 87 87 .. _"I can't log in" questions: http://www.djangoproject.com/documentation/faq/#the-admin-site
