[Fixed]-Django debug: how to know which template is in use for a specific URL?

1👍

The easiest way is to probably install the Django Debug Toolbar and enable the template panel, which will tell you what templates are used and the available context.

There is also a template timings panel which lets you assess rendering times for your templates.

Leave a comment