Django

Code

Changeset 1210

Show
Ignore:
Timestamp:
11/12/05 18:22:39 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/tutorial03.txt. Thanks, Dave Hodder

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial03.txt

    r948 r1210  
    212212probably shouldn't make them public, just for security's sake. 
    213213 
    214 Then edit ``TEMPLATE_DIRS`` in your ``main.py`` settings file to tell Django 
    215 where it can find templates -- just as you did in the "Customize the admin look 
    216 and feel" section of Tutorial 2. 
     214Then edit ``TEMPLATE_DIRS`` in your settings file (``settings.py``) to tell 
     215Django where it can find templates -- just as you did in the "Customize the 
     216admin look and feel" section of Tutorial 2. 
    217217 
    218218When you've done that, create a directory ``polls`` in your template directory.