可以快速上手的开发文档
models.py:fromdjango.dbimportmodels#出版社classPublisher(models.Model):id=models.AutoField(primary_key=True)name=mo..