mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-11 03:36:35 +03:00
Merge branch 'master' of github.com:Tivix/django-rest-auth
This commit is contained in:
commit
f31827d642
|
@ -107,5 +107,5 @@ Using ``django-allauth``, ``django-rest-auth`` provides helpful class for creati
|
|||
|
||||
urlpatterns += pattern('',
|
||||
...,
|
||||
url(r'^/rest-auth/facebook/$', FacebookLogin.as_view(), name='fb_login')
|
||||
url(r'^rest-auth/facebook/$', FacebookLogin.as_view(), name='fb_login')
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user