I didn't know could share a model file between two controllers by simply adding another folder. That's pretty cool and "magic" like. Would this work with a third controller as well?
Like if you have 'address_book', 'mail', and 'calendar' controllers all needing to access a single model by doing this?: models/mail/address_book/calendar/db.py It true, then that could really help out a lot.