Re: Tutorial: Can't see my polls

2007-04-13 Thread risomt
Sorry, my mistake Since it wasnt display any data about the poll it also wouldn't display any data about the {{ poll.id }} thus giving a "//" On Apr 14, 11:58 am, "Evan H. Carmi" <[EMAIL PROTECTED]> wrote: > risomt wrote: > >http://binarymanipulations.com:8157/polls/1/vote/displays the Poll's >

Re: Tutorial: Can't see my polls

2007-04-13 Thread Evan H. Carmi
risomt wrote: > http://binarymanipulations.com:8157/polls/1/vote/ displays the Poll's > title and all of the poll's choices correctly - start from there I am not sure of how to start. I have been looking around with my views and models and templates but as the novice I am, I haven't found anything

Re: Tutorial: Can't see my polls

2007-04-13 Thread risomt
http://binarymanipulations.com:8157/polls/1/vote/ displays the Poll's title and all of the poll's choices correctly - start from there Sorry for the weak answer, but its pretty late. I did notice an error with your form in poll_detail (http://binarymanipulations.com:8157/ polls/1/) - should be

Tutorial: Can't see my polls

2007-04-12 Thread Evan H. Carmi
Hello, I am running django 0.95. I am going through the tutorial. My problem is this: I have 4 polls. If I run python manage.py shell and Poll.objects.all() it shows them. Unfortunately when I go mysite/polls (http://binarymanipulations.com:8157/polls/) it says "No polls are available." Also if