DefaultStorage
This class provides a lazy-loading interface for the default storage backend. It delays the instantiation of the storage engine until its attributes are accessed, utilizing a predefined alias to resolve the underlying storage implementation.
Attributes
| Attribute | Type | Description |
|---|---|---|
| _wrapped | [BaseStorage](../../../contrib/messages/storage/base/basestorage.md?sid=django_contrib_messages_storage_base_basestorage) | The underlying storage backend instance initialized from the default storage alias. |