Template error when TEMPLATE_DEBUG = True
Closed this issue · 1 comments
daveoncode commented
If I turn on template debug (TEMPLATE_DEBUG = True in settings.py) then PyCharm debugger stops while rendering the template (form.html), it hangs here:
{% if not field.name|lower in exclude|lower|split:',' %}
it says "Template render error(VariableDoesNotExist, TemplateDoesNotExist)"
dyve commented
Thanks for reporting. I cannot reproduce this. TEMPLATE_DEBUG is True in the standard demo_project that comes with django-bootstrap-toolkit.
If you can post some more information about your django version and your setup, I or someone else may be able to help. For now this does not look like an error in django-bootstrap-toolkit.