0

I'm using modelforms in my django-app and as I read in the documentation I can customize them by overriding the default field types or widgets. Does anyone know if I can do the customization by using django-crispy-forms in order to use bootstrap?

4

1 回答 1

0

我从未使用过cripsy-forms,但是通过阅读文档并查看示例,似乎cripsy-forms只是增强了 django 的内置表单以提供更好的渲染(通过使用辅助模型字段和模板标签)所以是的,您仍然可以像你一样定制你的表格

于 2012-07-06T11:03:02.940 回答