Skip to content

fan-tom/migraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Migraph creates graph of migrations in django project

How to run:

python main.py "/path/to/django/project"

It requires escaping of backslashes on Windows

As a result script produces dot file called "migrations" and renders it to png

Migrations are named according to their file names and grouped by application name

Script searches migration files using glob "/path/to/django/project/**/migrations/*.py"

Requirements: graphviz python package and installed graphviz binaries

About

Django project migrations graph visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages