fix: missing files config

pull/1/head
palid 2024-01-14 00:21:30 +01:00
parent 35a48c3eee
commit c9be16b76f
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ SOCIAL_AUTH_PIPELINE = (
)
STORAGES = {
"default": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
},
"staticfiles": {
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
},