摘要: models.py: from django.db import models # 出版社 class Publisher(models.Model): id = models.AutoField(primary_key=True) name = models.CharField(max_lengt 阅读全文
posted @ 2019-08-05 22:28 Sch01aR# 阅读(978) 评论(0) 推荐(1)
摘要: models.py: from django.db import models # 出版社 class Publisher(models.Model): id = models.AutoField(primary_key=True) name = models.CharField(max_lengt 阅读全文
posted @ 2019-08-05 19:56 Sch01aR# 阅读(814) 评论(0) 推荐(0)