摘要: 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# 阅读(936) 评论(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# 阅读(787) 评论(0) 推荐(0) 编辑