Changeset 197
- Timestamp:
- 07/19/05 00:50:33 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r195 r197 24 24 * Comment action -- handles posting comments to a given entry 25 25 26 In our poll application, we'll have the following threeviews:26 In our poll application, we'll have the following four views: 27 27 28 28 * Poll "archive" page -- displays the latest few polls
