mirror of
https://github.com/django/django.git
synced 2025-07-23 02:59:14 +00:00
[2.0.x] isorted import statements in tutorial example.
Backport of d97cce34096043b019e818a7fb98c0f9f073704c from master
This commit is contained in:
parent
43348e4aa1
commit
ba483c346b
@ -289,8 +289,8 @@ The next step is to point the root URLconf at the ``polls.urls`` module. In
|
|||||||
.. snippet::
|
.. snippet::
|
||||||
:filename: mysite/urls.py
|
:filename: mysite/urls.py
|
||||||
|
|
||||||
from django.urls import include, path
|
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
from django.urls import include, path
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('polls/', include('polls.urls')),
|
path('polls/', include('polls.urls')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user