Changeset 950
- Timestamp:
- 10/18/05 20:17:13 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r948 r950 395 395 396 396 By default, ``TEMPLATE_DIRS`` is empty. So, let's add a line to it, to tell 397 Django where our templates live .397 Django where our templates live:: 398 398 399 399 TEMPLATE_DIRS = (
