本文主要是介绍django.template.exceptions.TemplateDoesNotExist: bootstrap3/field.html,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
django使用xadmin时报错
1、报错原因
django.template.exceptions.TemplateDoesNotExist: bootstrap3/field.html
2、原因
在django中使用xadmin时会报这个错,这是由于django高版本与xadmin不兼容导致的。
3、解决方案
导入库:
pip install crispy_bootstrap3 -i https://mirrors.aliyun.com/pypi/simple/
pip install django==3.2.7 -i https://<
这篇关于django.template.exceptions.TemplateDoesNotExist: bootstrap3/field.html的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!