Django

Code

Changeset 2077

Show
Ignore:
Timestamp:
01/20/06 14:33:40 (3 years ago)
Author:
adrian
Message:

Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any path you want

Files:

Legend:

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

    r2049 r2077  
    356356    ) 
    357357 
     358Your templates can go anywhere you want, as long as the directories and 
     359templates are readable by the Web server. 
     360 
    358361Note that these paths should use Unix-style forward slashes, even on Windows. 
    359362