Re: Difficulties using generic views (Tutorial 4, Django 1.4)

2012-07-23 Thread Ricardo Cardoso
Oddly, when i started up the server this morning i could now see the polls correctly, while not having changed my code, by accessing http://127.0.0.1:8000/polls. Don't know if Django is prone to such randomness but am happy that it works now. Tested everything, added a view so that http://127.0

Re: Difficulties using generic views (Tutorial 4, Django 1.4)

2012-07-22 Thread Ricardo Cardoso
/Templates/polls/polls) considering in the error message i get 'polls/poll_list.html' , besides 'index.html'? This seems redundant and i'd like to understand why i would have to. Thanks again for your help. On Thursday, July 19, 2012 12:08:39 AM UTC+1, Ricardo Card

Difficulties using generic views (Tutorial 4, Django 1.4)

2012-07-18 Thread Ricardo Cardoso
I'm new to django and python, and decided to follow up the available tutorials to get up to speed. These were helpful and got me on my feet but while finishing up the tutorial i hit a major snag. While everything was working properly using custom views, i can't seem to make my app load the corr