Changeset 3915
- Timestamp:
- 10/23/06 02:55:16 (2 years ago)
- Files:
-
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial02.txt
r3454 r3915 378 378 379 379 TEMPLATE_DIRS = ( 380 "/home/my templates", # Change this to your own directory.380 "/home/my_username/mytemplates", # Change this to your own directory. 381 381 ) 382 382
