Class FileSystemFinder
A static files finder that uses the ``STATICFILES_DIRS`` setting to locate files.
Declaration
source linkDocumentation
Methods
▷ def __init__(self, app_names=None, *args, **kwargs) ▶ def check(self, **kwargs) override ▶ def find(self, path, all=False) override Look for files in the extra locations as defined in STATICFILES_DIRS.
▷ def find_location(self, root, path, prefix=None) Find a requested static file in a location and return the found absolute path (or ``None`` if no match).
▶ def list(self, ignore_patterns) override List all files in all locations.