2018年6月14日
摘要: 设计一下数据库 from django.db import models from django.contrib.auth.models import User # Create your models here. class IDC(models.Model): name = models.Cha 阅读全文
posted @ 2018-06-14 17:34 法海降妖 阅读(227) 评论(0) 推荐(0) 编辑