Allow overriding ProductionStorage and ProductionS3Storage kwargs with a django settings value
This commit is contained in:
@@ -935,6 +935,7 @@ PIPELINE = {
|
||||
}
|
||||
|
||||
STATICFILES_STORAGE = 'openedx.core.storage.ProductionStorage'
|
||||
STATICFILES_STORAGE_KWARGS = {}
|
||||
|
||||
# List of finder classes that know how to find static files in various locations.
|
||||
# Note: the pipeline finder is included to be able to discover optimized files
|
||||
|
||||
Reference in New Issue
Block a user