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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-01-20 20:33:40 +00:00
parent 5355ec9992
commit 01e514f510
1 changed files with 3 additions and 0 deletions

View File

@ -355,6 +355,9 @@ that contain full paths to your template directory(ies). Example::
"/home/html/templates/default", "/home/html/templates/default",
) )
Your templates can go anywhere you want, as long as the directories and
templates are readable by the Web server.
Note that these paths should use Unix-style forward slashes, even on Windows. Note that these paths should use Unix-style forward slashes, even on Windows.
The Python API The Python API