[Django]-How to fix "TemplateDoesNotExist at /admin/login/django/forms/widgets/text.html" error in Django??'

7👍

I had the same problem so I’ve deleted the FORM_RENDERER in the settings.py and it works fine

👤M.Void

0👍

try this

pip uninstall django
pip install django --no-cache-dir

I hope it works ^_^

Leave a comment