1👍
I had same problem. Solution to problem is:
- Add ‘django.forms’ to your INSTALLED_APPS
- Add FORM_RENDERER = ‘django.forms.renderers.TemplatesSetting’ to
your settings.py
Documentation says:
This renderer gives you complete control of how form and widget templates are sourced.
👤kjaw
Source:stackexchange.com