PyCharm 2.7.2 Web Help

Model dependency diagram enables you to get an overview of the models within your Django application, and analyze their relationships.

2.6+

Model dependency diagrams are available for:

To open the Model Dependency diagram of a project, do one of the following
  • On the main menu, choose View | Show Model Dependency Diagram
  • On the context menu of the Project tool window, or the editor, choose Show Model Dependency Diagram.
  • Press ShowDjangoUmlShowDjangoUml.

See Also

Concepts:

Language and Framework-Specific Guidelines:

Reference:

Web Resources: