Revert "fix(settings): replace DEFAULT_FILE_STORAGE with STORAGES[default]" (#36907)

This reverts commit 39028b9500.
This commit is contained in:
Robert Raposa
2025-06-13 12:57:47 -04:00
committed by GitHub
parent 39028b9500
commit f4c3575bb0
16 changed files with 33 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ DEBUG = True
REQUIRE_DEBUG = False
# Fetch static files out of the pipeline's static root
STORAGES['staticfiles']['BACKEND'] = 'pipeline.storage.PipelineManifestStorage'
STATICFILES_STORAGE = 'pipeline.storage.PipelineManifestStorage'
# Serve static files at /static directly from the staticfiles directory under test root.
# Note: optimized files for testing are generated with settings from test_static_optimized