摘要: 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-25 00:03 xuqidong 阅读(210) 评论(0) 推荐(0) 编辑