diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-12-31 01:46:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-12-31 01:46:04 +0000 |
| commit | c62369361bc5e4b61544b262e4371e7e35286e25 (patch) | |
| tree | 75a2883a780e74bc451f4d7a4e267daa4494561c /docs/settings.txt | |
| parent | 25aacbb9f13d1b52fcf1b5d158713005026b9a86 (diff) | |
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
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 40ae452275..626106245e 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -584,8 +584,10 @@ TEMPLATE_DIRS Default: ``()`` (Empty tuple) -List of locations of the template source files, in search order. See the -`template documentation`_. +List of locations of the template source files, in search order. Note that +these paths should use Unix-style forward slashes, even on Windows. + +See the `template documentation`_. TEMPLATE_FILE_EXTENSION ----------------------- |
