django-migration-vis

Django management commands to visualize migration graphs


License
MIT
Install
pip install django-migration-vis==2.0.1

Documentation

The Django command tool for visualizing migration graphs

How to Use

1. Install

Install the pip package locally or globally:

pip install [--user] django-migration-vis

2. Activate

Enable the Django management command by extending your Django project settings:

INSTALLED_APPS += ("django_migration_vis", )

3. Apply

python manage.py visualizemigrations \
                 --comment 'captions for the picture' \
                 example.gv