Skip Navigation

How to deliberately crash in Django templates, if that’s what you want to do

adamj.eu Django: Fail in templates with {% url '' %} - Adam Johnson

Previously, I covered using 1/0 to crash Python within minimal typing, useful to quickly answer questions like “does the code even get here?”. Recently, I wanted to do the same in Django templates, to trace if a given template was even being rendered, and under which code paths.

Django: Fail in templates with {% url '' %} - Adam Johnson
1