牛二的梦想  

2019年2月5日

摘要: class ModelAdmin(BaseModelAdmin): """Encapsulate all admin options and functionality for a given model.""" list_display = ('__str__',)# 列表里显示想要显示的字段 l 阅读全文
posted @ 2019-02-05 20:37 牛二的梦想 阅读(131) 评论(0) 推荐(0) 编辑