Loading

摘要: 很多时候我们的模型设计并不只是单一的字段数据,还有多对多、1对多、关联等 序列化与单一的字段数据有所不同 模型类 ''' 如下三个模型类 Text分别与auth和category外键关联和多对多关联 ''' # 作者 class Auth(models.Model): username = mode 阅读全文
posted @ 2022-09-22 11:10 木子七 阅读(49) 评论(0) 推荐(0)