class documentation

class AppDirectoriesFinder(BaseFinder):

View In Hierarchy

A static files finder that looks in the directory of each app as specified in the source_dir attribute.
Method __init__ Undocumented
Method find Look for files in the app directories.
Method find​_in​_app Find a requested static file in an app's static locations.
Method list List all files in all app storages.
Class Variable source​_dir Undocumented
Instance Variable apps Undocumented
Instance Variable storages Undocumented

Inherited from BaseFinder:

Method check Undocumented
def __init__(self, app_names=None, *args, **kwargs):

Undocumented

def find(self, path, all=False):
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):
List all files in all app storages.
source_dir: str =

Undocumented

apps: list =

Undocumented

storages: dict =

Undocumented