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
相關文章
相關標籤/搜索