hartwork / django-migration-vis

to visualize django migration graphs with GraphVis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-commit

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

About

to visualize django migration graphs with GraphVis


Languages

Language:Python 100.0%