Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ ConfiguredStorage
Class
ConfiguredStorage
django/contrib/staticfiles/storage.py:593–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
591
592
593
class
ConfiguredStorage(LazyObject):
594
def
_setup(self):
595
self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
596
597
598
staticfiles_storage = ConfiguredStorage()
Callers
1
storage.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected