diff --git a/spejstore/settings.py b/spejstore/settings.py index f3f66c0..ec3a311 100644 --- a/spejstore/settings.py +++ b/spejstore/settings.py @@ -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/