Currently using Django “Evolution”, is “South” better and worth switching?
I just started using South, and I’m 100% sold on it. It’s also one of the few that’s still under very active development. South should be able to properly handle the issues you’ve describe above. For each change to the db, it creates a file that has 2 methods “foward” and “backwards”. Here’s a sample … Read more