class documentation

class AppDirectoriesFinder(BaseFinder): (source)

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): (source)

Undocumented

def find(self, path, all=False): (source)

Look for files in the app directories.

def find_in_app(self, app, path): (source)

Find a requested static file in an app's static locations.

def list(self, ignore_patterns): (source)

List all files in all app storages.

source_dir: str = (source)

Undocumented

Undocumented

storages: dict = (source)

Undocumented