Django migration app
I am not an SQL-hater. What little I know I like. But I am always nervous about doing migrations on my projects, even when I have multiple back-ups.
Anyway, “South” is an app that would help automate schema migrations in Django. I have high hopes for this.