Comment on Going for a trot on the Django ponyparentComments−mrtron16yFrom personal experience, South is not ready.I end up spending 10x the effort using it than writing a few custom queries to add columns or drop a table.−timtruemanOP16yHow well would you say you know South?I felt that way at first but once I got to know South I found it to be much better than custom queries.−mrtron16yAbout as well as needed for an average user. The problem with it is I don't work within its workflow - and it doesn't nicely deal with mine.
Comments
From personal experience, South is not ready.
I end up spending 10x the effort using it than writing a few custom queries to add columns or drop a table.
How well would you say you know South?
I felt that way at first but once I got to know South I found it to be much better than custom queries.
About as well as needed for an average user. The problem with it is I don't work within its workflow - and it doesn't nicely deal with mine.