PyCharm 2016.1 Help

Viewing Model Dependency Diagram

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

Model dependency diagrams are available for:

  • Django models
  • Google App Engine models
  • SQLAlchemy

To open the Model Dependency diagram of a project

  1. 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, point to Diagrams, and choose Show Diagram or Show Diagram Pop-up.
    • Press Ctrl+Shift+Alt+U, or Ctrl+Alt+U.
  2. Select the type of diagram from the pop-up window:
    py_select_diagram_type

In the Model Dependency diagram, you can perform the following operations

See Also

Concepts:

Language and Framework-Specific Guidelines:

Last modified: 20 April 2016