Models are a very special web2py feature, but they like as scripts running on every request. Now with modules we can improve web2py performance with a more Pythonic code base.
If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Models are a very special web2py feature, but they like as scripts running on every request. Now with modules we can improve web2py performance with a more Pythonic code base.
0
vegeta 12 years ago
When I tried this and attempted to save the module, I got the error:
"failed to reload module because:No module named xxx.modules.contact"
Ideas on what this is?