﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35379	Possible error in documentation	NobitaNoobie	nobody	"With reference to the tutorial: https://docs.djangoproject.com/en/5.0/intro/tutorial01/
While running the demo polls app in my development server I received the following error message:
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:

polls/
admin/
The empty path didn’t match any of these.

But when I changed the mysite\urls, likeso,
urlpatterns = [
    path("""", include(""polls.urls"")),
    path(""admin/"", admin.site.urls),
]

I was able to display the desired response. Please check!"	Uncategorized	closed	Documentation	5.0	Normal	invalid	Documentation fault	NobitaNoobie	Unreviewed	0	0	0	0	0	0
