Skip to content

Commit 4d2c302

Browse files
author
Mateusz Sikora
committed
Merge branch 'master' of github.com:Tivix/django-rest-auth
2 parents f9ef1ff + cb27b9f commit 4d2c302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation
2828
2929
urlpatterns = patterns('',
3030
...,
31-
(r'^rest-auth/', include('rest_auth.urls'))
31+
url(r'^rest-auth/', include('rest_auth.urls'))
3232
)
3333
3434

0 commit comments

Comments
 (0)