summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-21 03:30:35 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-21 03:30:35 +0000
commit6ce5f51c55875e6613fa055b5c00a233eb9533f7 (patch)
tree496c18ff8a000c014755373ece167c75f0238a01 /docs/templates_python.txt
parentf71f56785d980dfd58178fda11041bdeeec17301 (diff)
magic-removal: Merged to [2079]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2080 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
-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 bde36cb037..d712bc30ac 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -361,6 +361,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