Compare commits

..

3 commits

Author SHA1 Message Date
Renovate Bot
b33e03847a Update dependency cryptography to >=44.0.3
All checks were successful
Tests / test (push) Successful in 24s
2025-05-27 13:15:38 +00:00
15370f9739 Merge pull request 'specify storage for static files' (#69) from staticfiles-storage into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m9s
Tests / test (push) Successful in 24s
Build and Deploy Staging / deploy (push) Successful in 7s
Reviewed-on: #69
2025-05-27 13:15:03 +00:00
8edb059831
specify storage for static files
All checks were successful
Tests / test (push) Successful in 24s
2025-05-27 13:34:16 +02:00

View file

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