Undocumented
Variable | searched_locations |
Undocumented |
Class | AppDirectoriesFinder |
A static files finder that looks in the directory of each app as specified in the source_dir attribute. |
Class | BaseFinder |
A base file finder to be used for custom staticfiles finder classes. |
Class | BaseStorageFinder |
A base static files finder to be used to extended with an own storage class. |
Class | DefaultStorageFinder |
A static files finder that uses the default storage backend. |
Class | FileSystemFinder |
A static files finder that uses the STATICFILES_DIRS setting to locate files. |
Function | find |
Find a static file with the given path using all enabled finders. |
Function | get_finder |
Import the staticfiles finder class described by import_path, where import_path is the full Python path to the class. |
Function | get_finders |
Undocumented |
Find a static file with the given path using all enabled finders.
If all is False (default), return the first matching absolute path (or None if no match). Otherwise return a list.