PyCharm 2020.1 Help

View the 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

model diagram

To open the Model Dependency diagram of a project

  1. Do one of the following:

    • From the main menu, choose View | Show Model Dependency Diagram.

    • From 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+Alt+Shift+U, or Ctrl+Alt+U.

  2. Select the type of diagram from the popup:

    Select a diagram type

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

Last modified: 23 June 2020