mirror of
https://github.com/django/django.git
synced 2025-08-09 05:18:56 +00:00
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.
This commit is contained in:
parent
783620ccc8
commit
5866a49369
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue