Navigate between templates and views
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:
Last modified: 25 August 2023