diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-09-28 20:28:32 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-09-28 20:32:55 -0300 |
| commit | 5866a49369cc6a4280b25a9d1834ceababf61d88 (patch) | |
| tree | 47482c336447fc2f8ceba03e8347ab6c573a82b4 /docs | |
| parent | 783620ccc827057d1d0f2c6f4808350be9193bf9 (diff) | |
Note about static files dirs paths on Windows.
Added it to the settings reference. We used to have it in comment form
in our old, bigger default project template settings.py file.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index facfe2fb26..4c46f3a8cd 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2599,6 +2599,9 @@ your additional files directory(ies) e.g.:: "/opt/webfiles/common", ) +Note that these paths should use Unix-style forward slashes, even on Windows +(e.g. ``"C:/Users/user/mysite/extra_static_content"``). + Prefixes (optional) ~~~~~~~~~~~~~~~~~~~ |
