diff --git a/kursy/urls.py b/kursy/urls.py index 7198f98..af141ae 100644 --- a/kursy/urls.py +++ b/kursy/urls.py @@ -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