django-evolution - Schema evolution for Django
Website: | http://code.google.com/p/django-evolution/ |
---|---|
License: | BSD |
Vendor: | Fedora Project |
- Description:
When you run ./manage.py syncdb, Django will look for any new models that have been defined, and add a database table to represent those new models. However, if you make a change to an existing model, ./manage.py syncdb will not make any changes to the database. This is where Django Evolution fits in. Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.
Packages
django-evolution-0.0-0.fc11.1.svnr164.noarch [109 KiB] |
Changelog
by Ignacio Vazquez-Abrams (2009-03-02):
- Add Requires: Django |