I'm trying to render a graph as a SVG. The problem is with PyGraphviz, but I made a dot file to debug/make it easier to share. Note that my label contains text
I am using django-extensions to generate a model graph for my Django application. My installation steps are the following: $ pip install django-extensions $ pip