orm模型

models.py from django.db import models Create your models here. class Book(models.Model): # name = models.CharField(max_length=50) # pub_date = models.DateField() id = models.AutoField(primary_key=Tru
相关文章
相关标签/搜索