mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 18:43:44 +03:00
Fix missing comma in installation settings documentation
This commit is contained in:
parent
cf780c3ebd
commit
6c69d7eeda
|
@ -57,7 +57,7 @@ Registration (optional)
|
||||||
|
|
||||||
urlpatterns = patterns('',
|
urlpatterns = patterns('',
|
||||||
...,
|
...,
|
||||||
(r'^rest-auth/', include('rest_auth.urls'))
|
(r'^rest-auth/', include('rest_auth.urls')),
|
||||||
(r'^rest-auth/registration/', include('rest_auth.registration.urls'))
|
(r'^rest-auth/registration/', include('rest_auth.registration.urls'))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user