Skip to content

Commit

Permalink
Refs #35506 -- Reverted "global URLconf" to "root URLconf" in tutoria…
Browse files Browse the repository at this point in the history
…l 1.
  • Loading branch information
timgraham authored Jul 12, 2024
1 parent 86e1384 commit dfd63ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Your app directory should now look like:
urls.py
views.py

The next step is to configure the global URLconf in the ``mysite`` project to
The next step is to configure the root URLconf in the ``mysite`` project to
include the URLconf defined in ``polls.urls``. To do this, add an import for
``django.urls.include`` in ``mysite/urls.py`` and insert an
:func:`~django.urls.include` in the ``urlpatterns`` list, so you have:
Expand Down

0 comments on commit dfd63ff

Please sign in to comment.