mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-03-12 05:25:45 +03:00
Update installation.rst
This commit is contained in:
parent
41946d16a0
commit
fb435fbea4
|
@ -57,8 +57,8 @@ Registration (optional)
|
|||
|
||||
urlpatterns = patterns('',
|
||||
...,
|
||||
(r'^rest-auth/', include('rest_auth.urls')),
|
||||
(r'^rest-auth/registration/', include('rest_auth.registration.urls'))
|
||||
url(r'^rest-auth/', include('rest_auth.urls')),
|
||||
url(r'^rest-auth/registration/', include('rest_auth.registration.urls'))
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user