Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added url namespace to quickstart setup info.
  • Loading branch information
rolo committed Apr 20, 2015
1 parent bfa2608 commit 01fc1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -50,7 +50,7 @@ Quickstart

.. code-block:: python
url(r'^things/', include('yourproject.yourapp.urls')),
url(r'^things/', include('yourproject.yourapp.urls', namespace='yourapp')),
5. Run your newly created tests:
Expand Down

0 comments on commit 01fc1f1

Please sign in to comment.