Changeset 214
- Timestamp:
- 07/19/05 13:34:25 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r206 r214 124 124 125 125 ViewDoesNotExist: Tried myproject.apps.polls.views.polls.index. 126 Error was: 'module' object has no attribute 'index'126 No module named polls 127 127 128 128 Try "/polls/23/", "/polls/23/results/" and "/polls/23/vote/". The error
