1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 14:59:36 +02:00

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'