Skip to content

Commit 4889cb5

Browse files
committed
Merge pull request #138 from tomcounsell/patch-1
Update installation.rst
2 parents 41946d1 + fb435fb commit 4889cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Registration (optional)
5757
5858
urlpatterns = patterns('',
5959
...,
60-
(r'^rest-auth/', include('rest_auth.urls')),
61-
(r'^rest-auth/registration/', include('rest_auth.registration.urls'))
60+
url(r'^rest-auth/', include('rest_auth.urls')),
61+
url(r'^rest-auth/registration/', include('rest_auth.registration.urls'))
6262
)
6363
6464

0 commit comments

Comments
 (0)