static storage

This commit is contained in:
Sean Morley
2024-07-09 10:10:22 -04:00
parent e33654a6b6
commit 8c9bb6ddab
2 changed files with 7 additions and 4 deletions

View File

@@ -162,6 +162,9 @@ STORAGES = {
"staticfiles": {
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
},
"default": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
}
}
AUTH_USER_MODEL = 'users.CustomUser'