forked from wiktor/spejstore-new
fix: missing files config
This commit is contained in:
parent
35a48c3eee
commit
c9be16b76f
|
@ -167,6 +167,9 @@ SOCIAL_AUTH_PIPELINE = (
|
|||
)
|
||||
|
||||
STORAGES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.files.storage.FileSystemStorage",
|
||||
},
|
||||
"staticfiles": {
|
||||
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue