摘要: django 模板系统 有很多标签,其中cycle我觉得不好理解,至少网上文档也不好理解。 这些标签可以通过渲染模板文件而获得我们预期的效果和文字,常用的有如下这些标签: 标签:{% 标签名 %}{% if 变量 %} 支持not or and,空对象空的玩意0默认为False{% else %}{ 阅读全文
posted @ 2020-10-13 14:36 花生与酒 阅读(818) 评论(0) 推荐(0) 编辑
摘要: 一、Django ModelForm: accessing a field's value in the view template template中,读取modelForm的数据,并显示(而不是录入) Since you're trying to get this data from a fil 阅读全文
posted @ 2020-10-13 09:22 花生与酒 阅读(120) 评论(0) 推荐(0) 编辑