2024年4月17日
摘要: 【认证】 models.py 1 from django.db import models 2 3 4 # Create your models here. 5 class User(models.Model): 6 username = models.CharField(max_length=50 阅读全文
posted @ 2024-04-17 20:35 认真的六六 阅读(2) 评论(0) 推荐(0) 编辑