RE: manage.py sqlall and db upgrade

2010-11-02 Thread Sells, Fred
Michael Sent: Tuesday, November 02, 2010 3:31 PM To: django-users@googlegroups.com Subject: Re: manage.py sqlall and db upgrade It would be in your benefit to learn why South failed, because it's been very stable for me, and may be an indication of something else being wrong with your app a

Re: manage.py sqlall and db upgrade

2010-11-02 Thread Michael
It would be in your benefit to learn why South failed, because it's been very stable for me, and may be an indication of something else being wrong with your app and/or models. -- Michael On Tue, 2010-11-02 at 15:27 -0400, Sells, Fred wrote: > I've got my first major django production app deplo

manage.py sqlall and db upgrade

2010-11-02 Thread Sells, Fred
I've got my first major django production app deployed and have to upgrade my DB to meet some new requirements. I've tried South, but got into a death spiral and my changes are not so significant that I can't do it by brute force. In researching brute force, it seems like syncdb loads my initial