mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.
This commit is contained in:
parent
fa6893e9db
commit
a45c8d7ad0
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue