https://github.com/hartwork/django-migration-vis
to visualize django migration graphs with GraphVis
https://github.com/hartwork/django-migration-vis
Last synced: 12 months ago
JSON representation
to visualize django migration graphs with GraphVis
- Host: GitHub
- URL: https://github.com/hartwork/django-migration-vis
- Owner: hartwork
- Created: 2019-06-26T19:46:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T21:55:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T02:56:04.622Z (almost 2 years ago)
- Language: Python
- Size: 46.9 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
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