摘要: 1 from django.db import models 2 3 # Create your models here. 4 class User(models.Model): 5 name=models.CharField(max_length=11) 6 pwd=models.CharFiel 阅读全文
posted @ 2020-03-22 22:07 xuqidong 阅读(226) 评论(0) 推荐(0) 编辑