Skip to content

Commit

Permalink
chore: drop apis_core.apis_relations from INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 5, 2024
1 parent 859bd24 commit 2c499fd
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 @@ -12,6 +12,7 @@
INSTALLED_APPS.remove("apis_ontology")
INSTALLED_APPS.insert(0, "apis_ontology")
INSTALLED_APPS += ["auditlog", "apis_acdhch_django_auditlog"]
INSTALLED_APPS.remove("apis_core.apis_relations")

ROOT_URLCONF = "apis_ontology.urls"

Expand Down

0 comments on commit 2c499fd

Please sign in to comment.