class BaseStorageFinder(BaseFinder):
Known subclasses: django.contrib.staticfiles.finders.DefaultStorageFinder
Method | __init__ |
Undocumented |
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
:
Method | check |
Undocumented |
django.contrib.staticfiles.finders.DefaultStorageFinder
Undocumented