liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

PyGraphViz support #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
this is more or less a follow-up patch from the '--all-applications' patch.

it adds several options to the graph_models command to directly create an
image of the graph using the pygraphviz bindings.

{{{
./manage.py graph_models -a -o myproject_all_models.png
}}}

or

{{{
./manage.py graph_models -a -l circo -o myproject_all_models.png
}}}

To use the circular layout for generating the graph.

Original issue reported on code.google.com by v.oostv...@gmail.com on 27 Feb 2008 at 6:05

Attachments:

GoogleCodeExporter commented 8 years ago
this patch especially is a bit rough around the edges...
(if that's a problem i could clean the patch up a bit for inclusion.)

Original comment by v.oostv...@gmail.com on 27 Feb 2008 at 6:06

GoogleCodeExporter commented 8 years ago

Original comment by v.oostv...@gmail.com on 28 Feb 2008 at 10:46

GoogleCodeExporter commented 8 years ago

Original comment by v.oostv...@gmail.com on 1 Mar 2008 at 12:52