# admin.py import datetime import random import time from django.contrib import admin, messages # Register your models here. from django.db.models imp Read More
posted @ 2022-06-30 00:37
PythonNew_Mr.Wang
Views(2342)
Comments(0)
Diggs(0)
# 判断 动态返回显示字段 self.list_display = ('name', 'head_picture', 'sex', 'interest', 'is_staff', 'age', 'score_custom', 'time', 'date') def get_list_display( Read More
posted @ 2022-06-30 00:28
PythonNew_Mr.Wang
Views(163)
Comments(0)
Diggs(0)