mirror of https://github.com/django/django.git
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:
parent
5355ec9992
commit
01e514f510
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue