Changeset 2077
- Timestamp:
- 01/20/06 14:33:40 (3 years ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r2049 r2077 356 356 ) 357 357 358 Your templates can go anywhere you want, as long as the directories and 359 templates are readable by the Web server. 360 358 361 Note that these paths should use Unix-style forward slashes, even on Windows. 359 362
