mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-03-12 13:25:46 +03:00
Update installation.rst
Fixed urlpatterns section.
This commit is contained in:
parent
7f86c4ce02
commit
17398ab363
|
@ -28,7 +28,7 @@ Installation
|
||||||
|
|
||||||
urlpatterns = patterns('',
|
urlpatterns = patterns('',
|
||||||
...,
|
...,
|
||||||
(r'^rest-auth/', include('rest_auth.urls'))
|
url(r'^rest-auth/', include('rest_auth.urls'))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user