Skip to main content

Django management commands to visualize migration graphs

Project description

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

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-migration-vis-2.0.1.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

django_migration_vis-2.0.1-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page