Skip to content

Commit

Permalink
Merge pull request mozilla#100 from glogiotatidis/master
Browse files Browse the repository at this point in the history
Fix urls.py setup docs.
  • Loading branch information
Michael Kelly committed Nov 20, 2012
2 parents d89be68 + 8a947cf commit 6934001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Edit your ``urls.py`` file and add the following::

urlpatterns = patterns('',
# ...
(r'^browserid/', include('django_browserid.urls')),
(r'', include('django_browserid.urls')),
# ...
)

Expand Down

0 comments on commit 6934001

Please sign in to comment.