Re: about django model save

2009-12-26 Thread Carlos Ricardo Santos
Thanks for remind me about South. This really looks amazing! No more "rm db && manage.py syncdb" :D 2009/12/25 Shawn Milochik > Django-south is the best solution right now. Django-evolution is no longer > developed, as the author thinks South is the current best solution. > > http://south.aeraco

Re: about django model save

2009-12-25 Thread Shawn Milochik
Django-south is the best solution right now. Django-evolution is no longer developed, as the author thinks South is the current best solution. http://south.aeracode.org/ Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

Re: about django model save

2009-12-25 Thread Carlos Ricardo Santos
You may want to try django-evolution. It "clones" the rake migrations of Rails :D Not so good... but if fits. 2009/12/25 Victor Lima > Try deleting the table and then syncdb again... > > Att, > Victor Lima > > Em 25/12/2009, às 00:02, chen gang escreveu: > > > Hi, > > I am really new to this to

Re: about django model save

2009-12-25 Thread Victor Lima
Try deleting the table and then syncdb again... Att, Victor Lima Em 25/12/2009, às 00:02, chen gang escreveu: > Hi, > I am really new to this tool... and need you help about this issue, > thanks in advance! > > I create models.py like this, > > ... > class Sms_detailed(models.Model): >group

Re: about django model save

2009-12-24 Thread chen gang
gang" > Sent: Friday, December 25, 2009 10:02 AM > To: > Subject: about django model save > > > Hi, > > I am really new to this tool... and need you help about this issue, > > thanks in advance! > > > > I create models.py like this, > > > &

Re: about django model save

2009-12-24 Thread 夏恺
-- From: "chen gang" Sent: Friday, December 25, 2009 10:02 AM To: Subject: about django model save > Hi, > I am really new to this tool... and need you help about this issue, > thanks in advance! > > I create models.py like this, > > ... &g

Re: about django model save

2009-12-24 Thread chen gang
> > > Xia Kai(夏恺) > xia...@gmail.com > http://blog.xiaket.org > > ------ > From: "chen gang" > Sent: Friday, December 25, 2009 10:02 AM > To: > Subject: about django model save > >

Re: about django model save

2009-12-24 Thread 夏恺
-- From: "chen gang" Sent: Friday, December 25, 2009 10:02 AM To: Subject: about django model save > Hi, > I am really new to this tool... and need you help about this issue, > thanks in advance! > > I create models.py like this, >

about django model save

2009-12-24 Thread chen gang
Hi, I am really new to this tool... and need you help about this issue, thanks in advance! I create models.py like this, ... class Sms_detailed(models.Model): group = models.CharField(max_length=15) phone_num = models.CharField(max_length=15) IMEI = models.CharField(max_length=1