摘要:
如下app:ywreport下存在model:Game:```pythonclass Game(models.Model): name = models.CharField(u'游戏名称',max_length=30) gameid = models.CharField(u'游戏id',max_length=20) def __unicode__(self): re... 阅读全文
posted @ 2017-02-20 09:25
ccorz
阅读(9922)
评论(2)
推荐(0)