forked from wiktor/spejstore-new
cache: cache statics
This commit is contained in:
parent
0fa9762bea
commit
8ce869393e
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue