mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
fixed url conf in example
This commit is contained in:
parent
92ca2e33d6
commit
ea782b83e2
|
@ -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