Epydoc doesn't work with django models because it needs django settings to be imported and I manage.py graph_models
generate some unreadable outputs.
Is there some tool to do that?
Epydoc doesn't work with django models because it needs django settings to be imported and I manage.py graph_models
generate some unreadable outputs.
Is there some tool to do that?
There is a graph tool in django_extensions app. Precisely this one http://code.google.com/p/django-command-extensions/wiki/GraphModels
# Create a PNG image file called my_project_visualized.png with application grouping
$ ./manage.py graph_models -a -g -o my_project_visualized.png