published by | Adam Johnson |
---|---|
in blog | Adam Johnson |
original entry | Django: launch pdb in templates with a custom {% breakpoint %} tag |
In my recent Boost Your Django DX update, I added a new chapter on debuggers. Here’s an extra technique I didn’t finish in time for the update, but I will include it in the next one.
Django templates can be hard to debug, especially to figure out which …