Skip to main content

DefaultStorageFinder

A static files finder that uses the default storage backend.

Attributes

AttributeTypeDescription
storage[BaseStorage](../../messages/storage/base/basestorage.md?sid=django_contrib_messages_storage_base_basestorage) = default_storageThe 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

NameTypeDescription
*argsanyVariable length argument list.
**kwargsanyArbitrary keyword arguments.

Signature

def DefaultStorageFinder(
*args: any,
**kwargs: any
) - > null

Parameters

NameTypeDescription
*argsanyVariable length argument list passed to the parent BaseStorageFinder class
**kwargsanyArbitrary keyword arguments passed to the parent BaseStorageFinder class