PyCharm 2021.1 Help

Navigate between templates and views

PyCharm makes it possible to easily navigate between templates and views, using the gutter icons Icons file types html and Python script.

To navigate from a view to a template

  1. Open views.py file in the editor.

  2. Click the gutter icon next to the desired function:

    Py goto template

To navigate from a template to the referencing view

  1. Open the desired template file in the editor.

  2. Click the gutter icon:

    Py referenced from view

Last modified: 08 March 2021