摘要: app01/models.py: from django.db import models class UserInfo(models.Model): username = models.CharField(max_length=16) password = models.CharField(max 阅读全文
posted @ 2019-09-07 16:45 Sch01aR# 阅读(651) 评论(0) 推荐(0) 编辑
摘要: app01/models.py: from django.db import models class UserInfo(models.Model): username = models.CharField(max_length=16) password = models.CharField(max 阅读全文
posted @ 2019-09-07 15:16 Sch01aR# 阅读(266) 评论(0) 推荐(0) 编辑