Re: Tutorial of creating a Poll

2009-03-13 Thread Fred Chevitarese
Hello ... I realy don´t know what happening, but, i´ve deleted my models and the tables in database, redo all the model and this workds now... There´s my old code... *class enquete(models.Model): pergunta = models.CharField('Pergunta', max_length = 50) habilitada = models.BooleanField('Habil

Re: Tutorial of creating a Poll

2009-03-12 Thread Karen Tracey
On Thu, Mar 12, 2009 at 1:47 PM, Fred Chevitarese wrote: > > Hello all ... > It´s my first post on here... > So, i´ve got a little problem when i follow the instructions to create > an app on Django. > I´ve created the Poll like the tutorial, and it´s all ok . > But when i try to put this on a vie