djanogo 2
This commit is contained in:
@@ -108,7 +108,7 @@ handler400 = 'views.error400_view'
|
||||
handler403 = 'views.error403_view'
|
||||
|
||||
from oauth2_provider.views import base
|
||||
app_name = "rowers"
|
||||
#app_name = "rowers"
|
||||
|
||||
urlpatterns = [
|
||||
re_path(r'^o/authorize/$', base.AuthorizationView.as_view(), name="authorize"),
|
||||
|
||||
Reference in New Issue
Block a user