Changeset 1210
- Timestamp:
- 11/12/05 18:22:39 (3 years ago)
- Files:
-
- django/trunk/docs/tutorial03.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial03.txt
r948 r1210 212 212 probably shouldn't make them public, just for security's sake. 213 213 214 Then edit ``TEMPLATE_DIRS`` in your ``main.py`` settings file to tell Django215 where it can find templates -- just as you did in the "Customize the admin look 216 a nd feel" section of Tutorial 2.214 Then edit ``TEMPLATE_DIRS`` in your settings file (``settings.py``) to tell 215 Django where it can find templates -- just as you did in the "Customize the 216 admin look and feel" section of Tutorial 2. 217 217 218 218 When you've done that, create a directory ``polls`` in your template directory.
