#31467: Possible error in the doc "Writing your first Django app, part 1".
-------------------------------+--------------------------------------
Reporter: madaneau | Owner: nobody
Type: Bug | Status: closed
Component: Documentation | Version: 3.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by felixxm):
* status: new => closed
* has_patch: 1 => 0
* resolution: => invalid
Comment:
You probably missed this import at the top of your file:
{{{
from django.urls import include, path
}}}
Closing per TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/31467#comment:1>
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/066.3ddcb6bb81d7daa109956ce8d4c77047%40djangoproject.com.