< Home - < Back

python-django-evolution


Information about the package, python-django-evolution, which is shipped with common Linux distributions. The python-django-evolution package is designed for, Schema evolution for Django.


Package Name:

python-django-evolution

Summary:

Schema evolution for Django

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.

Architecture:

noarch

Version:

0.6.9

Release:

4.el6

Size:

117 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-django-evolution


Control the python-django-evolution package with the following handy commands outlined below.


Command

Description of Command

yum install python-django-evolution

This command will install python-django-evolution on the server.

yum remove python-django-evolution

This command will un-install python-django-evolution on the server. When you run this command, you will be asked if you are sure that you want to remove python-django-evolution, so you have to manually confirm that you want to do this.

yum -y remove python-django-evolution

This command will un-install python-django-evolution on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-django-evolution when using the -y flag.

yum update python-django-evolution

This command will update python-django-evolution to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-django-evolution, so you have to manually confirm that you want to do this.

yum -y update python-django-evolution

This command will update python-django-evolution to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-django-evolution when using the -y flag.

yum info python-django-evolution

This command will show you core information about the python-django-evolution package.

yum deplist python-django-evolution

This command will show you the dependencies for python-django-evolution. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-django-evolution

This command will check if there is an update waiting on python-django-evolution. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.