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:35:47 -0300 |
| commit | 5303afcd97e6c997b93704ae5be6f25abbe76106 (patch) | |
| tree | c866124ae69182ccbbcf79e478c0601522fb661d | |
| parent | c2a35d40db3eca728ac809a3ddb5e8fcec463bca (diff) | |
[1.6.x] 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.
5866a49369 from master.
| -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 32a115299a..5503d8752d 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2579,6 +2579,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) ~~~~~~~~~~~~~~~~~~~ |
