summaryrefslogtreecommitdiff
path: root/docs/howto/static-files
diff options
context:
space:
mode:
authorAbhijeet <abhijeetviswa@gmail.com>2020-01-29 09:34:34 +0000
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-01-29 10:36:52 +0100
commit7d48a4b703b24607ea77e8c1074d832dfdbdf832 (patch)
tree0198ad52606e1bd466c55153af6a2f2de100b931 /docs/howto/static-files
parentb0207ac674949c67e2a81da57ea33b2c82d7b517 (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/howto/static-files')
-rw-r--r--docs/howto/static-files/index.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index 7b8366e66e..89fec455b5 100644
--- a/docs/howto/static-files/index.txt
+++ b/docs/howto/static-files/index.txt
@@ -71,6 +71,9 @@ details on how ``staticfiles`` finds your files.
by putting those static files inside *another* directory named for the
application itself.
+ You can namespace static assets in :setting:`STATICFILES_DIRS` by
+ specifying :ref:`prefixes <staticfiles-dirs-prefixes>`.
+
.. _serving-static-files-in-development:
Serving static files during development