cache: cache statics

pull/1/head
palid 2023-08-25 21:50:53 +02:00
parent 0fa9762bea
commit 8ce869393e
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 6 additions and 0 deletions

View File

@ -165,6 +165,12 @@ SOCIAL_AUTH_PIPELINE = (
"social_core.pipeline.user.user_details",
)
STORAGES = {
"staticfiles": {
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
},
}
# Internationalization
# https://docs.djangoproject.com/en/1.10/topics/i18n/