Here's an example of a M:M bizobj relationship in my app. I wrote this years ago and there are things I'd likely do differently now. For example, the intermediary bizobj (CustomerCategory?) isn't needed (I don't think).
There's extra stuff in here that is specific to my app, so this isn't intended to be runnable.
Also note that I've made no provision for Categories being the parent.
Attachments
- customers.py (4.7 kB) - added by paul on 05/01/09 13:17:13.
- Base.py (0.9 kB) - added by paul on 05/01/09 13:20:16.
