urlpatterns = [
path('polls/', include('polls.urls')),
path('admin/', admin.site.urls),
]
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33777>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
The second line has `from django.urls import include` which is sufficient.
--
Ticket URL: <https://code.djangoproject.com/ticket/33777#comment:1>