diff options
| author | Abhijeet <abhijeetviswa@gmail.com> | 2020-01-29 09:34:34 +0000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-01-29 10:36:52 +0100 |
| commit | 7d48a4b703b24607ea77e8c1074d832dfdbdf832 (patch) | |
| tree | 0198ad52606e1bd466c55153af6a2f2de100b931 /docs/ref | |
| parent | b0207ac674949c67e2a81da57ea33b2c82d7b517 (diff) | |
[3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.
Backport of a45c8d7ad04b73e33b6989c3ffa2b8c51ae3e83b from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index cb5f166628..72587618e6 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3324,6 +3324,8 @@ your additional files directory(ies) e.g.:: Note that these paths should use Unix-style forward slashes, even on Windows (e.g. ``"C:/Users/user/mysite/extra_static_content"``). +.. _staticfiles-dirs-prefixes: + Prefixes (optional) ~~~~~~~~~~~~~~~~~~~ |
