Django Migration Framework, useful to do migrations from other systems to Django data model
Project description
django-migrator is a migration framework which allows implement migrations easily.
Installing
Install package from pypi:
$ easy_install django-migrator
Include migrator in the INSTALLED_APPS setting.
Create data models:
$ python manage.py syncdb --migrate
0.5.2
Created a new hooks before deleting non finished migrations.
0.5.1
Improved logic for –only-new-objects param
0.5
Fake fields support
0.4
Relaxed package requirements
0.3
Added param –register-only-with-errors
Added command delete_migrated_objects
0.2
Added param –no-interactive
Refactored
0.1
Initial version
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-migrator-0.5.2.tar.gz
(16.2 kB
view details)
File details
Details for the file django-migrator-0.5.2.tar.gz
.
File metadata
- Download URL: django-migrator-0.5.2.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d0666958b17bb06ac61629efcc4b7c6ba5956ec23d70ae38d274d19d4abda51 |
|
MD5 | 086b29cbc71c600dd804ed35422a4789 |
|
BLAKE2b-256 | 3101b0b9437610c4904a3f868a47d2ba7c8e1ba96f0552fe0184deea0eb9704d |