Merge branch 'main' into csv

This commit is contained in:
Hugh Rundle 2024-07-27 13:04:38 +10:00
commit 93c6b76dab
No known key found for this signature in database
GPG key ID: A7E35779918253F9

View file

@ -404,6 +404,13 @@ if USE_S3:
"default_acl": "public-read", "default_acl": "public-read",
}, },
}, },
"sass_processor": {
"BACKEND": "storages.backends.s3.S3Storage",
"OPTIONS": {
"location": "static",
"default_acl": "public-read",
},
},
"exports": { "exports": {
"BACKEND": "storages.backends.s3.S3Storage", "BACKEND": "storages.backends.s3.S3Storage",
"OPTIONS": { "OPTIONS": {