创建数据库表from django.db import models
# Create your models here.
class UserInfo(models.Model):
uername = models.CharF
2023-01-16