7👍
I had the same problem so I’ve deleted the FORM_RENDERER in the settings.py and it works fine
0👍
try this
pip uninstall django
pip install django --no-cache-dir
I hope it works ^_^
- [Django]-TemplateSyntaxError while uploading image using Django Admin
- [Django]-Django saving form strings in database with extra characters (u'string')
Source:stackexchange.com