Skip to content

Commit

Permalink
chore(deps): add django-interval to dependencies and enable the app
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 20, 2024
1 parent 0fe7609 commit 638b74c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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 @@ -14,6 +14,7 @@
INSTALLED_APPS += ["auditlog", "apis_acdhch_django_auditlog"]
INSTALLED_APPS.remove("apis_core.apis_relations")
INSTALLED_APPS += ["django_json_editor_field"]
INSTALLED_APPS += ["django_interval"]

ROOT_URLCONF = "apis_ontology.urls"

Expand Down
1 change: 1 addition & 0 deletions apis_ontology/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
urlpatterns += [
path("", include("apis_acdhch_django_auditlog.urls")),
]
urlpatterns += [path("", include("django_interval.urls"))]
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ apis-acdhch-default-settings = "1.8.0"
django-auditlog = "^3.0.0"
apis-acdhch-django-auditlog = "^0.2.0"
django-json-editor-field = "^0.4.0"
django-interval = "^0.2.3"

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.0"
Expand Down

0 comments on commit 638b74c

Please sign in to comment.