I would like to be able to change by a model/controller instruction to change the path from where the modules are imported,
Suppose my web2py app is stored at ~/web2py/applications/myweb2pyapp Instead making local_import("model") for a model stored at myweb2pyapp/ models/model.py, i need to make the same statement for a model stored at ~/another/path/module.py Is that possible? Note that i do not really know what local_import does but i been told that it is required to update a modified module without web server restart. Thank you