mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.
Thanks claudep for the catch and bmispelon for the research.
This commit is contained in:
parent
ba610cb319
commit
9be93aa809
2 changed files with 4 additions and 2 deletions
|
|
@ -2564,7 +2564,9 @@ various locations.
|
|||
The default will find files stored in the :setting:`STATICFILES_DIRS` setting
|
||||
(using ``django.contrib.staticfiles.finders.FileSystemFinder``) and in a
|
||||
``static`` subdirectory of each app (using
|
||||
``django.contrib.staticfiles.finders.AppDirectoriesFinder``)
|
||||
``django.contrib.staticfiles.finders.AppDirectoriesFinder``). If multiple
|
||||
files with the same name are present, the first file that is found will be
|
||||
used.
|
||||
|
||||
One finder is disabled by default:
|
||||
``django.contrib.staticfiles.finders.DefaultStorageFinder``. If added to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue