crispy_forms TemplateDoesNotExist

django.template.exceptions.TemplateDoesNotExist: bootstrap4/uni_form.html

django.template.exceptions.TemplateDoesNotExist: bootstrap4/field.html

问题:在使用django-crispy-forms时,跳转到signup页面出错

django.template.exceptions.TemplateDoesNotExist: bootstrap4/uni_form.html

解决方法:

使用bootstrap5

1. 安装crispy-bootstrap5

Install this plugin using pip:

$ pip install crispy-bootstrap5

2. 在setting.py文件中添加代码

INSTALLED_APPS = (

    ...

    "crispy_forms",

    "crispy_bootstrap5",

    ...

)

CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap5"

CRISPY_TEMPLATE_PACK = "bootstrap5"

参考链接:https://github.com/django-crispy-forms/crispy-bootstrap5

posted @   花生与酒  阅读(91)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
点击右上角即可分享
微信分享提示