摘要: 表关系: from django.db import models # Create your models here. class Author(models.Model): nid = models.AutoField(primary_key=True) name = models.CharFi 阅读全文
posted @ 2020-02-13 22:32 aikell 阅读(409) 评论(0) 推荐(0)