Closed gudi1989 closed 4 years ago
Adding this to DEBUG_TOOLBAR_CONFIG is a temporal fix:
'SKIP_TEMPLATE_PREFIXES': (
'django/forms/widgets/',
'admin/widgets/',
'floppyforms/'
),
closing this as it dates from a while ago. and there have been pretty deep changes to the code in this area in 1.8.0. Please re-open if necesary
Python 3.5 Django == 1.11.1 django-floppyforms <= 1.7.1.dev1 django-debug-toolbar==1.8
When I open a page with a form, the server ends with the following output.
It only happens when I have activated templates in the DJDT.