I don't know if it's a Django or just python question but, how to active a "strict" mode in django/python ? When i use an unknown variable in a template, no error gets raised. Is it possible to cause these errors to get raised?
Asked
Active
Viewed 388 times
3
-
2Look at this answer: http://stackoverflow.com/questions/15312135/how-to-make-django-template-raise-an-error-if-a-variable-is-missing-in-context – Don Oct 21 '13 at 12:27