#33249: Writing your first Django app, part 3, Initial Path missing '/'
-------------------------------+--------------------------------------
Reporter: Eric Jonathan | Owner: nobody
Type: Bug | Status: closed
Component: Documentation | Version: 3.2
Severity: Normal | Resolution: fixed
Keywords: example error | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Eric Jonathan):
* status: new => closed
* resolution: => fixed
Comment:
When I did mysite/urls.py,
urlpatterns = [
path('polls/', include('polls.urls')),
path('admin/', admin.site.urls),
]
I missed the '/' on the polls,
polls
instead of
polls/
--
Ticket URL: <https://code.djangoproject.com/ticket/33249#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/071.c00049e1c4b0f00aac21936687d2515f%40djangoproject.com.