[Web2py] Basic Posted on 2019-01-18 | In Backend , Web2py | Structureurl naming server/web2py/applications/APPLICATION/CONTROLLER/VIEW In the default.py controller123def helloworld(): msg = "hello from controller" return locals() In the