user_image
By  Minja_    On   2017年11月26日 00:00

def __str__(self): return self.name 这里用这个好吧?不然linux 下输入中文会报错 def __unicode__(self): return self.name