Generate UML class diagrams from django models
To visualize and better understand a project structure we can create UML class diagrams from Django models.
We will use a special command for this task included in the django-extensions package called: graph_models