Skip to content

Commit

Permalink
🐛 Add django_jsonform to INSTALLED_APPS
Browse files Browse the repository at this point in the history
to fix crashing OIDC config page
  • Loading branch information
stevenbal committed Feb 2, 2024
1 parent d24f9d1 commit 3b61a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objects/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"drf_spectacular",
"mozilla_django_oidc",
"mozilla_django_oidc_db",
"django_jsonform",
"rest_framework",
"rest_framework_gis",
"solo",
Expand Down

0 comments on commit 3b61a6a

Please sign in to comment.