美文网首页
Django中的modelform

Django中的modelform

作者: 大胖胖的肉 | 来源:发表于2018-07-28 21:48 被阅读0次

Models and Forms

In fact if your form is going to be used to directly add or edit a Django model, a ModelForm can save you a great deal of time, effort, and code, because it will build a form, along with the appropriate fields and their attributes, from a Model class.

相关文章

网友评论

      本文标题:Django中的modelform

      本文链接:https://www.haomeiwen.com/subject/lkeamftx.html