Skip to content

Commit

Permalink
feat(settings): add django_json_editor_field to INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 10, 2024
1 parent 1d495b5 commit a870a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
INSTALLED_APPS.insert(0, "apis_ontology")
INSTALLED_APPS += ["auditlog", "apis_acdhch_django_auditlog"]
INSTALLED_APPS.remove("apis_core.apis_relations")
INSTALLED_APPS += ["django_json_editor_field"]

ROOT_URLCONF = "apis_ontology.urls"

Expand Down

0 comments on commit a870a7b

Please sign in to comment.