To 田村佑太, *Is it fine if you show use your urls.py in the polls app as well? I believe the problem is caused from there. *
*Regards,* *Kai Wey* On Wed, Jul 24, 2019 at 7:03 PM 田村佑太 <tamura.go.tam...@gmail.com> wrote: > Using the URLconf defined in mysite.urls, Django tried these URL > patterns, in this order: > > 1. admin/ > > The current path, polls/, didn't match any of these. > > > what is the problem of this? > > > at ./mysite/mysite/urls.py > > I wrote this code. > > from django.contrib import admin > from django.urls import include, path > > urlpatterns = [ > path('polls/', include('polls.urls')), > path('admin/', admin.site.urls), > ] > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/8ff414e9-c43d-4479-a330-b7a9492ccfd8%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/8ff414e9-c43d-4479-a330-b7a9492ccfd8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPcVkjgMzcQ1Z5P%3D1BLKPsMTYw15WZUT_GDwqjerJfHpCCF3Yw%40mail.gmail.com.