Changeset 2822
- Timestamp:
- 05/03/06 08:50:32 (2 years ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r2809 r2822 10 10 It'll consist of two parts: 11 11 12 * A public site that lets people read your blog entries and submit 13 comments. 14 * An admin site that lets you add, change and delete entries and comments. 12 * A public site that lets people view polls and vote in them. 13 * An admin site that lets you add, change and delete polls. 15 14 16 15 We'll assume you have `Django installed`_ already. You can tell Django is
