Skip to content

Commit

Permalink
feat(deps): add apis-acdhch-django-invite app
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 3, 2024
1 parent 4851b2f commit 94cf8f5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apis_instance_nsvis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
INSTALLED_APPS += ["apis_core.documentation"]
INSTALLED_APPS.insert(0, "apis_core.relations")
INSTALLED_APPS.remove("apis_core.apis_relations")
INSTALLED_APPS += ["apis_acdhch_django_invite"]

ROOT_URLCONF = "apis_instance_nsvis.urls"
5 changes: 5 additions & 0 deletions apis_instance_nsvis/urls.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from apis_acdhch_default_settings.urls import urlpatterns

from django.urls import include, path

urlpatterns += [path("", include("apis_acdhch_django_invite.urls"))]
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ apis-acdhch-default-settings = "1.6.1"
psycopg2 = "^2.9"
django-auditlog = "^3.0.0"
httpx = "^0.28.0"
apis-acdhch-django-invite = "^0.1.0"


[build-system]
Expand Down

0 comments on commit 94cf8f5

Please sign in to comment.