How to graph django models with methods?

Posted by sacabuche on Stack Overflow See other posts from Stack Overflow or by sacabuche
Published on 2010-05-07T17:04:33Z Indexed on 2010/05/07 17:08 UTC
Read the original article Hit count: 410

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about django-models

Related posts about django