mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-09 14:50:19 +02:00
Start implementation of OAuth client
This commit is contained in:
@ -8,5 +8,6 @@ from . import views
|
||||
|
||||
app_name = 'users'
|
||||
urlpatterns = [
|
||||
url(r'^edit_info/$', views.edit_info, name='edit-info'),
|
||||
url('login/', views.LoginView.as_view(), name='login'),
|
||||
url('authorize/', views.AuthorizeView.as_view(), name='auth'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user