Skip to content

Commit

Permalink
fix: insert apis_ontology at beginning of the INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 19, 2023
1 parent a6c3514 commit fbf94f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis_ontology/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
DEBUG = True

INSTALLED_APPS += ["apis_highlighter", "django.contrib.postgres"]
INSTALLED_APPS.remove("apis_ontology")
INSTALLED_APPS.insert(0, "apis_ontology")

ROOT_URLCONF = 'apis_ontology.urls'

Expand Down

0 comments on commit fbf94f7

Please sign in to comment.