feat(kursy/urls.py): add oauth2/ url

This commit is contained in:
2026-03-19 15:22:11 +01:00
parent e0f3f094ff
commit 730e041794

View File

@@ -20,6 +20,7 @@ urlpatterns = [
path("accounts/profile/", views.profile, name="profile"),
path("accounts/signup/", views.signup, name="signup"),
path("i18n/", include("django.conf.urls.i18n")),
path("oauth2/", include("oauth2_provider.urls", namespace="oauth2_provider")),
path("", include("home.urls")),
path("calendar/", views.calendar, name="calendar"),
# TODO: move occurrence related urls to home app