Re: Exception Value: Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not found.

2013-07-03 Thread Pepsodent Cola
> > class ResultsView(generic.DetailView): > model = Polly_bird > ... > ... > > > > 7.) > Then I ran "python manage.py syncdb" to create the database tables from > scratch. After that I restarted the runserver. > > > 8.) &g

Re: Exception Value: Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not found.

2013-07-03 Thread Pepsodent Cola
e tables from scratch. After that I restarted the runserver. 8.) Then I got the original error again, what line of code have I missed and in which files? Or why doesn't Django like it when I use underscore table naming convention? http://localhost:8000/polls/1/ Exception Value: Reverse

Re: Exception Value: Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not found.

2013-07-03 Thread Bill Freeman
ct.**com/en/1.5/intro/tutorial04/#** >>> use-generic-views-less-code-**is-better<https://docs.djangoproject.com/en/1.5/intro/tutorial04/#use-generic-views-less-code-is-better> >>> >>> >>> 2.) >>> When go to this link in my web browser, then I get the f

Re: Exception Value: Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not found.

2013-07-03 Thread Pepsodent Cola
https://docs.djangoproject.com/en/1.5/intro/tutorial04/#use-generic-views-less-code-is-better >> >> >> 2.) >> When go to this link in my web browser, then I get the following error >> message. >> http://localhost:8000/polls/specifics/2/ >> >

Re: Exception Value: Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not found.

2013-07-03 Thread Pepsodent Cola
n I get the following error > message. > http://localhost:8000/polls/specifics/2/ > > Exception Value: > > Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not > found. > > > > 3.) > *Error dur

Exception Value: Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not found.

2013-07-02 Thread Pepsodent Cola
go to this link in my web browser, then I get the following error message. http://localhost:8000/polls/specifics/2/ Exception Value: Reverse for 'vote' with arguments '('',)' and keyword arguments '{}' not found. 3.) *Error during template rendering* /m