further playing
This commit is contained in:
@@ -61,6 +61,7 @@ handler403 = 'views.error403_view'
|
||||
urlpatterns = [
|
||||
# url(r'^password_change/$',auth_views.password_change),
|
||||
# url(r'^password_change_done/$',auth_views.password_change_done),
|
||||
url(r'^oauth2/', include('provider.oauth2.urls', namespace = 'oauth2')),
|
||||
url(r'^', include(router.urls)),
|
||||
url(r'^api-docs$', views.schema_view),
|
||||
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),
|
||||
|
||||
@@ -49,6 +49,8 @@ INSTALLED_APPS = [
|
||||
'django_mailbox',
|
||||
'rest_framework',
|
||||
'rest_framework_swagger',
|
||||
'provider',
|
||||
# 'provider.oauth2',
|
||||
]
|
||||
|
||||
MIDDLEWARE_CLASSES = [
|
||||
|
||||
Reference in New Issue
Block a user