I am looking for a way to generate UML diagrams from the Model structure of a Django application.
Epydoc does not work with Django models because it needs django settings.py to import, and manage.py graph_models generates unreadable output, is not easy to parse, and difficult to convert to UML.
Is there any tool capable of doing this?
source share