摘要: 1.models.py class Users(models.Model): password = models.CharField(max_length=100,verbose_name='用户名') account = models.CharField(max_length=100,verbos 阅读全文
posted @ 2020-11-17 11:32 ZosMa~ 阅读(360) 评论(0) 推荐(0)