Django报错处理

django.template.exceptions.TemplateDoesNotExist: django/forms/widgets/text.html
django.template.exceptions.TemplateDoesNotExist: django/forms/widgets/number.html


Django报错处理_第1张图片
以上报错是pycharm中创建虚拟环境之后把原本自带的templates文件删除,重新在app01下面创建templates用来存放.HTML文件,修改settings.py如下:
Django报错处理_第2张图片

解决办法:

找到虚拟环境下的

E:\Djangoitem\Django02\venv\Lib\site-packages\django\forms\templates\django\forms\widgets

根据报错添加内容
Django报错处理_第3张图片

text.html

number.html

有缘看到的小伙伴,给人家点个赞呗~么么哒❤

你可能感兴趣的:(django,python,后端)