django_evolution

Schema Evolution for the Django Project
Download

django_evolution Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Hammond
  • Publisher web site:
  • http://www.galago-project.org/news/index.php

django_evolution Tags


django_evolution Description

Schema Evolution for the Django Project django_evolution is a database schema evolution tool for the Django web framework.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.Installation:To install Django Evolution, simply run:easy_install -U django_evolutionYou can also check out Django Evolution from the SVN repository.Using Django Evolution in your project 1. Add django_evolution to the INSTALLED_APPS for your project 2. Run ./manage.py syncdb 3. Make modifications to the model files in your project 4. Run ./manage.py evolve --hint --execute Requirements: · Python · Django


django_evolution Related Software