From c62369361bc5e4b61544b262e4371e7e35286e25 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 31 Dec 2005 01:46:04 +0000 Subject: Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS requires Unix-style slashes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1808 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/templates_python.txt') diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 11ff5919c5..0d2d3717bb 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -382,6 +382,8 @@ that contain full paths to your template directory(ies). Example:: "/home/html/templates/default", ) +Note that these paths should use Unix-style forward slashes, even on Windows. + The Python API ~~~~~~~~~~~~~~ -- cgit v1.3