摘要: models.py from django.db import models # Create your models here. class User(models.Model): name = models.CharField(max_length=32) pwd = models.CharFi 阅读全文
posted @ 2018-09-20 07:40 知你几分 阅读(318) 评论(0) 推荐(0)