Nashvegas
Another database migration script runner for Django projects.
Install / Use
/learn @paltman-archive/NashvegasREADME
NO LONGER SUPPORTED: This project will receive no more updates and pull requests and issues will no longer be monitored. I recommend everyone begin to adopt the migrations support that is in Django 1.7 and use South until you are on Django 1.7.
========= Nashvegas
The purpose of this app is to enable a plug and play method for managing database changes.
Database migrations is a large topic with a lot of different approaches. This approach worked well for my needs and maybe it will for you as well.
Documentation
You can find the documentation in the docs/ folder of the repo or online at:
http://nashvegas.readthedocs.org
Installation
Installation is simple::
$ pip install nashvegas
Then add nashvegas to your INSTALLED_APPS in your Django settings.py
file.
Support
You can either log issues on the Github issue tracker for this project or pop into #nashvegas on Freenode.
