1👍
✅
How I fix it:
- On the caught Exception view, right-click on the exception and then
'Ignore ...'
- On PyDev > Manage Exception Breakpoints uncheck
Suspend on django template render exception
and make sure you don’t have any of the checkboxes on the list selected.
Probably only 2 is needed, but this is what I did.
Source:stackexchange.com