Kaydet (Commit) d97cce34 authored tarafından Melissa Lewis's avatar Melissa Lewis Kaydeden (comit) Carlton Gibson

isorted import statements in tutorial example

üst 623139b5
......@@ -289,8 +289,8 @@ The next step is to point the root URLconf at the ``polls.urls`` module. In
.. snippet::
:filename: mysite/urls.py
from django.urls import include, path
from django.contrib import admin
from django.urls import include, path
urlpatterns = [
path('polls/', include('polls.urls')),
......
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