Posts tagged with "mysql"

dmigrations - Django Schema Migration Application

Thursday, 4th September, 2008

Simon Willison has released a new application for managing schema migrations in Django applications. The new application dmigrations, is currently only available for mySQL although the code has been structured to allow for other database back ends.

The tutorial available online runs through the process of using dmigrations in your own projects