summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
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 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