I am looking for a way to generate UML diagrams from a Django application Model
structure.
Epydoc doesn't work with Django models because it needs django's settings.py to be imported and manage.py graph_models
generates unreadable output, not easily parsable and hard to convert to UML.
Is there any tool avaialble to do that?