Class AppDirectoriesFinder
A static files finder that looks in the directory of each app as specified in the source_dir attribute.
Declaration
source linkDocumentation
Methods
▷ def __init__(self, app_names=None, *args, **kwargs) ▶ def find(self, path, all=False) override Look for files in the app directories.
▷ def find_in_app(self, app, path) Find a requested static file in an app's static locations.
▶ def list(self, ignore_patterns) override List all files in all app storages.