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.3.1
Improved logic for –only-new-objects param
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.3.1.tar.gz
(16.1 kB
view details)
File details
Details for the file django-migrator-0.3.1.tar.gz
.
File metadata
- Download URL: django-migrator-0.3.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73a73bd1ec517e4fe958d559b6e141ceda6b35642c2086514bedea7811c41423 |
|
MD5 | 0c08eb11220345298a0ad315c9c80bf1 |
|
BLAKE2b-256 | 952f08a1128ceff79444e0a4ee672b8b691afc10fc4fb3553c7a49fc1b9fd564 |