CRM项目自定义的知识点
Posted lovelygang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CRM项目自定义的知识点相关的知识,希望对你有一定的参考价值。
>> a.get_status_display()
-->: models.CustomerInfo._meta.fields 获取model所有字段对象
>> models.CustomerInfo._meta.get_field(‘status‘) 取一个字段的对象
-->: <django.db.models.fields.SmallIntergerField:status>
a = admin_class.model._meta.get_field(‘name‘)
a.choices #取choices属性
以上是关于CRM项目自定义的知识点的主要内容,如果未能解决你的问题,请参考以下文章