摘要: from __future__ import unicode_literals from django.contrib.auth.models import User from django.db import models # Create your models here. class Host(models.Model): hostame = models.CharField(... 阅读全文
posted @ 2016-04-15 11:59 fengjian1585 阅读(336) 评论(0) 推荐(0)