How to install svargaext.sqlamigrate
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install svargaext.sqlamigrate
Lastest release
Svarga extension to simplify database schema migration management of the svarga applications.
In short, does following:
- Enables migration support for selected application
- Replaces syncdb to work through the sqlalchemy-migrate
3. Provides nice command to compare schema in the database against existing model definitions to create migration script.
For more information, check documentation.
How to install from repository
It's that easy:
pip install hg+http://bitbucket.org/joes/svargaext.sqlamigrate/