PyCharm makes it possible to easily navigate between templates and views by using the gutter icons and .
To navigate from a view to a template
Open views.py in the editor.
Click the gutter icon next to the line where the desired template is mentioned:
To navigate from a template to the referencing view
Open the template file in the editor.
Click the gutter icon in the upper-left corner.
If prompted, select the location that you want to navigate to:
tip
If there are several related locations (for example, when the template is referenced several times in views), select the desired target from the popup that appears: