MCPcopy
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
593class ConfiguredStorage(LazyObject):
594 def _setup(self):
595 self._wrapped = storages[STATICFILES_STORAGE_ALIAS]
596
597
598staticfiles_storage = ConfiguredStorage()

Callers 1

storage.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected