Changeset 201
- Timestamp:
- 07/19/05 00:58:19 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r200 r201 199 199 context is a dictionary mapping template variable names to Python objects. 200 200 201 Reload the page. Now you'll see an error: 201 Reload the page. Now you'll see an error:: 202 202 203 203 TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty. Change it to point to at least one template directory.
