diff --git a/src/main/settings.py b/src/main/settings.py index d0647a2..7291410 100644 --- a/src/main/settings.py +++ b/src/main/settings.py @@ -54,6 +54,7 @@ "import_export", "leaflet", "mozilla_django_oidc", # load after django.contrib.auth! + "storages", ] LOCAL_APPS = [ "admin_chart", @@ -204,6 +205,7 @@ "debug_toolbar.panels.profiling.ProfilingPanel", ] +# Django-storages for Django > 4.2 STORAGES = { "default": { "BACKEND": "django.core.files.storage.FileSystemStorage",