Skip to content

Commit

Permalink
added storages to third pary app
Browse files Browse the repository at this point in the history
  • Loading branch information
manilde committed Jul 24, 2024
1 parent 4e39466 commit 6d6097e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"import_export",
"leaflet",
"mozilla_django_oidc", # load after django.contrib.auth!
"storages",
]
LOCAL_APPS = [
"admin_chart",
Expand Down Expand Up @@ -204,6 +205,7 @@
"debug_toolbar.panels.profiling.ProfilingPanel",
]

# Django-storages for Django > 4.2
STORAGES = {
"default": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
Expand Down

0 comments on commit 6d6097e

Please sign in to comment.