Class BaseStorageFinder
A base static files finder to be used to extended with an own storage class.
Declaration
source linkDocumentation
Methods
▶ def __init__(self, storage=None, *args, **kwargs) Overrides
This method is overriden in:
▶ def find(self, path, all=False) override Look for files in the default file storage, if it's local.
▶ def list(self, ignore_patterns) override List all files of the storage.