Changeset 199
- Timestamp:
- 07/19/05 00:52:54 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r198 r199 92 92 what you can do with them. And there's no need to add URL cruft such as 93 93 ``.php`` -- unless you have a sick sense of humor, in which case you can do 94 something like this: 94 something like this:: 95 95 96 96 (r'^polls/latest\.php$', 'myproject.apps.polls.views.polls.index'),
