Viewing posts tagged graphviz
July 7th, 2010 In: None By: Brad Montgomery 3 comments
There's this cool project called django-extensions that (among other things) adds a lot of commands to django'smanage.py offerings. One of which is ./manage.py graph_models [appname] which will generate a nice graph displaying the relationships among all of your Models. This comand needs pyGraphViz, though, and I was a little disappointed when i discovered I couldn't install pyGraphViz with pip install pygraphviz. (ok, a lot disappointed). Page 1 of 1: