Skip to content

Commit

Permalink
Add relations app the correct way
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Sep 23, 2024
1 parent 9e8d8dd commit f36cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_ontology/settings/server_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
]

INSTALLED_APPS += [
"apis_core.relations",
"apis_highlighter",
"django.contrib.postgres",
"apis_core.collections",
Expand All @@ -23,6 +22,7 @@
]
INSTALLED_APPS.remove("apis_ontology")
INSTALLED_APPS.insert(0, "apis_ontology")
INSTALLED_APPS = ["apis_core.relations"] + INSTALLED_APPS


LOGGING = {
Expand Down

0 comments on commit f36cb2b

Please sign in to comment.