But you've commented out all your URLs that start with /polls/, like url(r'^polls/$', 'index')... r'^polls/$' will resolve to http://127.0.0.1:8000/polls/, for example.
-m On 8 July 2012 23:01, Seyfullah Tıkıç <[email protected]> wrote: > http://127.0.0.1:8000/polls/34/ > http://127.0.0.1:8000/polls/ > http://127.0.0.1:8000/polls/34/results/ > 2012/7/8 Mario Gudelj <[email protected]> > >> Which url are you trying to access when you get that 404? >> On Jul 8, 2012 5:36 PM, "Seyfullah Tıkıç" <[email protected]> wrote: >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > > > > -- > SEYFULLAH TIKIÇ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

