a simple data and schema migration tool for Django sites
View the Project on GitHub paltman/nashvegas
To install, simply run:
$ pip install nashvegas
Then edit your settings.py and add nashvegas to your INSTALLED_APPS:
nashvegas
INSTALLED_APPS = [ ..., "nashvegas", ... ]