阅读:40
from django.db import models # Create your models here. class User(models.Model): username = models.CharField(max_length=30, unique=