summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-20 20:33:40 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-20 20:33:40 +0000
commit01e514f5106a2b49a9ff35d315b33ab9a9b77d9a (patch)
tree02c4110fe6a6b6af9e9529f6bd50f691f8fb2210
parent5355ec999292b17fc2788ddb3603d0d8a71a6a1e (diff)
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
-rw-r--r--docs/templates_python.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index 878990cace..bbf7c8f745 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -355,6 +355,9 @@ that contain full paths to your template directory(ies). Example::
"/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.
The Python API