Commit 5303afcd authored by Ramiro Morales's avatar Ramiro Morales
Browse files

[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.

5866a493 from master.
parent c2a35d40
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
~~~~~~~~~~~~~~~~~~~