摘要: from django.db import modelsmodels.CharField()# Create your models here.class Book(models.Model): title = models.CharField(max_length=64) price = mode 阅读全文
posted @ 2020-10-25 20:47 zxy_ang 阅读(93) 评论(0) 推荐(0)