| Request Method: | GET |
|---|---|
| Request URL: | http://127.0.0.1:8000/ |
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:
The empty path didn't match any of these.
So I checked the code for mysite.urls.
from django.conf.urls import url, include
from django.contrib import admin
urlpatterns = [
url(r'^polls/', include('polls.urls')),
url(r'^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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c7383a02-dd7f-407d-9ea0-297e8ca85c4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.