Changeset 3017
- Timestamp:
- 05/31/06 09:29:11 (2 years ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r3016 r3017 215 215 Reload the page. Now you'll see an error:: 216 216 217 TemplateDoesNotExist : Your TEMPLATE_DIRS settings is empty.218 Change it to point to at least one template directory.217 TemplateDoesNotExist at /polls/ 218 polls/index.html 219 219 220 220 Ah. There's no template yet. First, create a directory, somewhere on your
