Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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
  • Socket score

Maintainers
2

The Django command tool for visualizing migration graphs

How to Use

  1. 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc