django_xworkflows icon indicating copy to clipboard operation
django_xworkflows copied to clipboard

Add 'graph_transitions' management command

Open vperron opened this issue 9 years ago • 0 comments

Command can be run as:

python manage.py graph_transitions path.to.models -o png > modelgraph.png

Adds a dependency to graphviz, that can be mitigated to an optional in settings.py though.

vperron avatar Mar 30 '15 13:03 vperron