Skip to content

Commit cb27b9f

Browse files
Merge pull request #97 from Greyvend/patch-1
Update installation.rst
2 parents 7f86c4c + 17398ab commit cb27b9f

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)