Django配置参数可选总结

一、可选字段参数

null   blank core db_index  editable primary_key radio_admin unique     True or False    
db_colum help_text  verbose_name  “xxxx”类型
choices validator_list   ()类型
defalut 

二、admin配置参数

    

三、元类配置参数

    

原文地址:https://www.cnblogs.com/vipchenwei/p/7890479.html