class documentation

class DefaultStorageFinder(BaseStorageFinder):

View In Hierarchy

A static files finder that uses the default storage backend.
Method __init__ Undocumented

Inherited from BaseStorageFinder:

Method find Look for files in the default file storage, if it's local.
Method list List all files of the storage.
Instance Variable storage Undocumented

Inherited from BaseFinder (via BaseStorageFinder):

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