DefaultStorageFinder
A static files finder that uses the default storage backend.
Attributes
| Attribute | Type | Description |
|---|---|---|
| storage | [BaseStorage](../../messages/storage/base/basestorage.md?sid=django_contrib_messages_storage_base_basestorage) = default_storage | The storage backend instance used to locate and retrieve static files, defaulting to the system's default storage. |
Constructor
Signature
def DefaultStorageFinder(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list. |
| **kwargs | any | Arbitrary keyword arguments. |
Signature
def DefaultStorageFinder(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list passed to the parent BaseStorageFinder class |
| **kwargs | any | Arbitrary keyword arguments passed to the parent BaseStorageFinder class |