mirror of
https://github.com/django/django.git
synced 2025-02-28 11:34:28 +00:00
Refs #35506 -- Reverted "global URLconf" to "root URLconf" in tutorial 1.
This commit is contained in:
parent
86e13843c2
commit
dfd63ff434
@ -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…
x
Reference in New Issue
Block a user