Kaydet (Commit) d38e3bfe authored tarafından Tim Graham's avatar Tim Graham

[1.7.x] Fixed #22888 -- Removed some unnecessary text in tutorial 3.

Backport of 1bbffe78 from master
üst 3619518c
......@@ -577,8 +577,7 @@ make it so that Django knows which app view to create for a url when using the
``{% url %}`` template tag?
The answer is to add namespaces to your root URLconf. In the ``mysite/urls.py``
file (the project's ``urls.py``, not the application's), go ahead and change
it to include namespacing:
file, go ahead and change it to include namespacing:
.. snippet::
:filename: mysite/urls.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment