From a45c8d7ad04b73e33b6989c3ffa2b8c51ae3e83b Mon Sep 17 00:00:00 2001 From: Abhijeet Date: Wed, 29 Jan 2020 09:34:34 +0000 Subject: Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. --- docs/ref/settings.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 917ffeebb4..b4a5bdc48f 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -3430,6 +3430,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) ~~~~~~~~~~~~~~~~~~~ -- cgit v1.3