I’m using an external app in my django project which makes use of generic views, and I’m not able to figure out which template gets called for the response.
Do you know how to do that without having to dig into the source code of the app?
May be debugging the stack trace when the template gets loaded?
The Django debug toolbar will tell you.