diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-12-31 04:11:01 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-12-31 04:11:01 +0000 |
| commit | d6944788131413bfdc965477f029c8cdf8f84b9f (patch) | |
| tree | 85d2f0c4d876e278108a9174c95c4dbe171a09fc /docs/templates_python.txt | |
| parent | 029efcd089784289365ec1a85c70b66a8682cc95 (diff) | |
magic-removal: Merged to [1809]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 9058208feb..f2aa97501a 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -388,6 +388,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 ~~~~~~~~~~~~~~ |
