Hacker News new | ask | show | jobs
by wahnfrieden 5133 days ago
I use an RDBMS with Django. When I want to add a new attribute to a schema, I just add the variable to my model, and South picks up on the change and writes the update script for me.