08- 圖書管理系統

1 model from django.db import models # Create your models here. class Book(models.Model): id = models.AutoField(primary_key=True) title = models.CharField(max_length=32) pub_date = mode
相關文章
相關標籤/搜索