models.ImageField(upload_to='路径名') #admin中显示上传图片 指定上传路径
class Meta:
db_table = '数据库表名'
verbose_name_plural = 'admin首页显示表名'