Skip to content

Commit

Permalink
feat(settings): add apis_core.documentation to INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 14, 2024
1 parent e0b3c8a commit 2f1cc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis_instance_nsvis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
INSTALLED_APPS[INSTALLED_APPS.index("apis_ontology")] = "apis_instance_nsvis"
INSTALLED_APPS += ["auditlog"]
INSTALLED_APPS += ["apis_core.history"]
INSTALLED_APPS += ["apis_core.documentation"]
INSTALLED_APPS.insert(0, "apis_core.relations")

0 comments on commit 2f1cc41

Please sign in to comment.