Django

Code

Changeset 3915

Show
Ignore:
Timestamp:
10/23/06 02:55:16 (2 years ago)
Author:
mtredinnick
Message:

Fixed #2854 -- Incorporated a small suggestion which might make it clearer where
TEMPLATE_DIRS could point. Thanks, bonovoxmofo@gmail.com.

Files:

Legend:

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

    r3454 r3915  
    378378 
    379379    TEMPLATE_DIRS = ( 
    380         "/home/mytemplates", # Change this to your own directory. 
     380        "/home/my_username/mytemplates", # Change this to your own directory. 
    381381    ) 
    382382