fix(settings): replace DEFAULT_FILE_STORAGE with STORAGES[default]

This commit is contained in:
Ram Chandra Bhavirisetty
2025-06-13 09:40:56 -06:00
committed by GitHub
parent 0ab677af34
commit 39028b9500
16 changed files with 48 additions and 33 deletions

View File

@@ -33,7 +33,7 @@ DEBUG = True
REQUIRE_DEBUG = False
# Fetch static files out of the pipeline's static root
STATICFILES_STORAGE = 'pipeline.storage.PipelineManifestStorage'
STORAGES['staticfiles']['BACKEND'] = '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