I've been unable to get my controller specific model to work in 1.96.4. Here's what I've got set up, can anyone point out the error?
Controller: email.py, in app/controllers/email.py Model: email/settings.py in app/models/email/settings.py My understanding is that email/settings.py should be run for any page invoked in email.py. That isn't happening (verified with a print statement, just to make sure something else weird wasn't going on). Alternatively, if anyone has an example app that demonstrates using controller specific models, I can try running that to see if I've somehow broken web2py. Thanks, Jay