specify storage for static files #69

Merged
tobru merged 1 commit from staticfiles-storage into main 2025-05-27 13:15:04 +00:00
Showing only changes of commit 8edb059831 - Show all commits

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",
},
}
#######################################