Added default storage backend
This commit is contained in:
parent
f6f9648d9f
commit
1f5ce71e5d
1 changed files with 3 additions and 0 deletions
|
|
@ -135,6 +135,9 @@ DATABASES = {
|
|||
}
|
||||
|
||||
STORAGES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.files.storage.FileSystemStorage",
|
||||
},
|
||||
"staticfiles": {
|
||||
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue