DjangoCon: Schema Evolution Panel
Posted on September 8th, 2008 by Yousef Ourabi
The Schema Migration panel by: Simon Willison, Russ Keith-Magee, Andrew Godwin, and moderated by Michael Trier was an interesting sampling of the various methods used in schema migration.
Simon Wilson presented dmigrations . Installing dmigrations is as simple as installing it in INSTALLED_APPS, and it will registers a few custom admin commands:
./manage.py dmigrate app APP_NAME
./manage.py dmigrate [...]
Filed under: Programming | View Comments