Re: how to alter (add/del cols) the tables from the existing models

2009-07-17 Thread Diego Eduardo Ahumada - SICO S.I. S.A.
2009/7/17 Lokesh : > > Hi, > > Initially the table created with the following code > Class user_privileges(models.Model): >    user_id = models.ForeignKey(User) >    is_deleted= models.CharField(null=False, blank=False, > max_length=1) >    is_email_active = models.CharField(null=False, blank=Fals

Re: about a web site

2009-07-17 Thread Diego Eduardo Ahumada - SICO S.I. S.A.
2009/7/17 Michael : > On Fri, Jul 17, 2009 at 1:30 PM, Lic. José M. Rodriguez Bacallao > wrote: >> >> anyone? >> >> >> On 7/17/09, Lic. José M. Rodriguez Bacallao wrote: >> > hi folks, it's be a long time without writing to the list but now I'm >> > back with a simple question, I need to know ho