摘要:
Relationship Configuration 一、one to many 直接上代码 现在Parent类就定义了one to many 的relationship, Child类没有定义任何relationship. backref一般用于单边的relationship,下图是官方文档的说明 阅读全文
摘要:
pyquery – PyQuery complete API 选择器基本支持jQuery用法 The main class Hook for defining custom function (like the jQuery.fn): >>> fn = lambda: this.map(lambda 阅读全文