Skip to content

Commit fb435fb

Browse files
committed
Update installation.rst
1 parent 41946d1 commit fb435fb

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)