📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

django-migration-vis

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-migration-vis

Django management commands to visualize migration graphs

2.0.1
PyPI
Maintainers
2

The Django command tool for visualizing migration graphs

How to Use

  • Install

Install the pip package locally or globally:

.. code:: shell

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

2. Activate

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

.. code:: python

INSTALLED_APPS += ("django_migration_vis", )

3. Apply

.. code:: shell

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts