Skip to main content

Dynamic model definition and alteration (evolving schemas)

Project description

Dynamic model definition and alteration (evolving schemas).

https://travis-ci.org/charettes/django-mutant.png?branch=master https://coveralls.io/repos/charettes/django-mutant/badge.png?branch=master

Overview

Django provides a great ORM and with the power of South one can easily perform schema alteration.

However, some projects may require runtime schema alteration and that’s what django-mutant ought to provide.

The main concept was inspired by those projects:

Installation

>>> pip install django-mutant

Make sure 'django.contrib.contenttypes' and 'mutant' are in your INSTALLED_APPS

INSTALLED_APPS += ('django.contrib.contenttypes', 'mutant')

Resources

Direction of the project

django-mutant is actually using South under the hood to provide schema migrations. Since the schema editor code is being merged into the main Django code base the next major version of mutant will rely on it instead thus dropping the external dependency on South.

Get in touch and contribute

From now on I think the best way to contribute and get in touch is using github messaging system (issues and pull requests).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mutant-0.1.2.tar.gz (47.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page