mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Refs #35506 -- Reverted "global URLconf" to "root URLconf" in tutorial 1.
This commit is contained in:
parent
86e13843c2
commit
dfd63ff434
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue