How to graph django models with methods?
- by sacabuche
I know that we can graph the models using django-command-extensions
$ ./manage.py graph_models foo bar > my_project.dot
but there are no methods in the graph.
When I use pyreverse i have methods but no properties
How can I graph both?