fix(settings): replace DEFAULT_FILE_STORAGE with STORAGES[default]
This commit is contained in:
committed by
GitHub
parent
0ab677af34
commit
39028b9500
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user