Skip to content

Commit

Permalink
chore(settings): drop apis_relations from INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 28, 2024
1 parent d57e540 commit 32522ae
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.insert(0, "apis_ontology")
INSTALLED_APPS.insert(0, "apis_core.relations")
INSTALLED_APPS += ["auditlog"]
INSTALLED_APPS.remove("apis_core.apis_relations")

ROOT_URLCONF = "apis_ontology.urls"

Expand Down

0 comments on commit 32522ae

Please sign in to comment.