[BangPypers] Using south for migration for a django project

2011-05-19 Thread Amit Sethi
Hi all , I have been trying to use south(0.7) for migrating a django(1.2.5) project (db backend - postgres but have also tried using with sqlite3) Essentially I wish to rename a field in one of my apps. I am also using mezzanine cms (0.10) . The first problem I run into is that mezzanine apps

Re: [BangPypers] Using south for migration for a django project

2011-05-19 Thread Kenneth Gonsalves
On Thu, 2011-05-19 at 12:45 +0530, Amit Sethi wrote: Can some one help me out with this . Point to a good tutorial for south or recommend a tool that has worked for them in the past. as mentioned on IRC the easiest way is to write a script and do it manually. -- regards Kenneth Gonsalves