摘要: 1 #!/usr/bin/env python3 2 # -*- coding: utf-8 -*- 3 """ 4 @author: zengchunyun 5 """ 6 import os 7 import sys 8 9 # Build paths inside the project like this: os.path.join(BASE_DIR, ...) 10... 阅读全文
posted @ 2016-03-30 16:07 曾春云 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 第二种方式 上面的其它代码不变,只修改relationship关系,效果是一样的 第三种方式,完整版 以上三种方式最终效果是一样的,针对第三张表的写法还有另一种实现方式,通过Table创建,有时间再补上 many to many table形式 Table形式二 Table最后一种写法 以上几种Ta 阅读全文
posted @ 2016-03-30 10:53 曾春云 阅读(1945) 评论(0) 推荐(0) 编辑
摘要: 通过查询多个父亲,对应一个儿子 many to one 第二式 many to one 终极版 阅读全文
posted @ 2016-03-30 01:33 曾春云 阅读(824) 评论(0) 推荐(0) 编辑