[Answer]-Django VariableDoesNotExist exception on Eclipse PyDev when rendering template

1👍

How I fix it:

  1. On the caught Exception view, right-click on the exception and then 'Ignore ...'
  2. 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.

Leave a comment