摘要:
from django.db import models # Create your models here. class Book(models.Model): title=models.CharField(max_length=32,unique=True) price=models.Decim 阅读全文
posted @ 2018-10-31 16:23
dawn-liu
阅读(520)
评论(0)
推荐(0)
浙公网安备 33010602011771号