摘要: from django.contrib import adminfrom .models import *# 定制显示类class InfosAdmin(admin.ModelAdmin): list_display = ['name', 'phone', 'email', 'ut'] # 不能放多 阅读全文
posted @ 2018-05-03 17:50 Ebola 阅读(265) 评论(0) 推荐(0)