#33777: from django.conf.urls import include is missing
-----------------------------------------+------------------------
               Reporter:  Karsten        |          Owner:  nobody
                   Type:  Bug            |         Status:  new
              Component:  Documentation  |        Version:  4.0
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 {{{#!python
 from django.contrib import admin
 from django.urls import include, path
 +from django.conf.urls import include

 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070181566d7bfc-0ba6369c-712f-4ed7-b847-c35f638646f8-000000%40eu-central-1.amazonses.com.

Reply via email to