Hi all,

I'm going through this tutorial:
https://docs.djangoproject.com/en/1.10/intro/tutorial01/

And the problem that I'm having is when I start the 'polls' application 
from inside my project and then go to localhost:8000/polls, I get a 404.

Page not found (404)
Request Method: GET
Request URL: http://localhost:8000/polls

Using the URLconf defined in learning_python.urls, Django tried these URL 
patterns, in this order:

   1. ^admin/

The current URL, polls, didn't match any of these.


I did everything as the tutorial told me, so I'm a little bit lost as to 
why this is happening.  Thanks in advance.

-- 
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 post to this group, send email to django-users@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/56610bfb-c82b-426c-8346-ec8abe2300d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to