Hacker News new | ask | show | jobs
by johnpaulett 5970 days ago
Also, South was considered for 1.2 but deemed not yet ready: http://code.djangoproject.com/wiki/Version1.2Features#Highly...
1 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.