How can I ask Django to tell me when it encounters, for example, an undefined variable error while it\'s rendering templates?
I\'ve tried the obvious DEBUG = T
DEBUG = T
If there is a undefined variable in templates, django won't tell you.
You can print this variable in view.