Data migration framework for Django that migrates legacy data into your new django app
Project description
django-data-migration [![Build Status](https://travis-ci.org/pboehm/django-data-migration.png?branch=master)](https://travis-ci.org/pboehm/django-data-migration)
=====================
`django-data-migration` is a reusable Django app that migrates your legacy data
into your new django app. The only thing you have to supply is an appropriate
SQL query that transforms your data fromthe old schema into your model
structure. Dependencies between these migrations will be resolved
automatically. Give it a try!
This extension is tested automatically against:
* Django 1.5
* Django 1.6
on Python 2.7 and 3.3.
## Status of project
This app got extracted out of a production system and it requires some work in
creating tests, documentation and refactoring until it can be used by
everybody. Please be patient.
## Start participating
* Fork the project on Github and clone it locally
* Install Python 2.7 and 3.3, `virtualenv` and `tox`
* Run the tests with `tox` against all supported versions of Python
* Create a Pull Request on Github
=====================
`django-data-migration` is a reusable Django app that migrates your legacy data
into your new django app. The only thing you have to supply is an appropriate
SQL query that transforms your data fromthe old schema into your model
structure. Dependencies between these migrations will be resolved
automatically. Give it a try!
This extension is tested automatically against:
* Django 1.5
* Django 1.6
on Python 2.7 and 3.3.
## Status of project
This app got extracted out of a production system and it requires some work in
creating tests, documentation and refactoring until it can be used by
everybody. Please be patient.
## Start participating
* Fork the project on Github and clone it locally
* Install Python 2.7 and 3.3, `virtualenv` and `tox`
* Run the tests with `tox` against all supported versions of Python
* Create a Pull Request on Github
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-data-migration-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6614623e99c885eab5b69d24a2a83a84516fd90204fc8f929c7f38f63535be04 |
|
MD5 | 540341c3464c3d487359bd1919932f7f |
|
BLAKE2b-256 | 5345474fb5b46b4cfa13c62e683c3182d60e6f36d638938075295c22d9ae78cb |