specify storage for static files
All checks were successful
Tests / test (push) Successful in 24s

This commit is contained in:
Tobias Brunner 2025-05-27 13:34:16 +02:00
parent 4ef2f9a31b
commit 8edb059831
No known key found for this signature in database

View file

@ -117,7 +117,10 @@ if all(
"addressing_style": SERVALA_S3_ADDRESSING_STYLE, "addressing_style": SERVALA_S3_ADDRESSING_STYLE,
"signature_version": SERVALA_S3_SIGNATURE_VERSION, "signature_version": SERVALA_S3_SIGNATURE_VERSION,
}, },
} },
"staticfiles": {
"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage",
},
} }
####################################### #######################################