mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-26 15:39:46 +03:00
Update installation.rst
Keep class name consistent with class definition above (Github vs GitHub)
This commit is contained in:
parent
624ad01afb
commit
b2ff97c4f3
|
@ -179,7 +179,7 @@ If you are using GitHub for your social authentication, it uses code and not Acc
|
|||
|
||||
urlpatterns += [
|
||||
...,
|
||||
url(r'^rest-auth/github/$', GitHubLogin.as_view(), name='github_login')
|
||||
url(r'^rest-auth/github/$', GithubLogin.as_view(), name='github_login')
|
||||
]
|
||||
|
||||
Additional Social Connect Views
|
||||
|
|
Loading…
Reference in New Issue
Block a user