Installing¶
Installation of django-data-migration is straight forward, as it only
requires the following steps (assuming you have already set up virtualenv
and pip).
Install using pip:
pip install django-data-migration
Add
django-data-migrationto yourrequirements.txtAdd to
INSTALLED_APPS:'data_migration',
Run
./manage.py migrateor./manage.py syncdbto create the included models