Skip to content

Commit

Permalink
Merge pull request #84 from Amsterdam/added_storages_as_third_pary_app
Browse files Browse the repository at this point in the history
added storages to third party app
  • Loading branch information
manilde authored Jul 24, 2024
2 parents 4e39466 + 6d6097e commit 9db24c6
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 9db24c6

Please sign in to comment.