Forums

polls app

i am getting this error 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.

It looks like you haven't defined the root URL. You defined "polls/" and "admin/", but not ""

thanks, it turns out my error was not adding /polls on the end of my url

Glad to hear that you figured it out!