URL rewrite Parameter-based system Pattern-based system Application-Specific URL rewrite Default application, controller, and function Routes on error Static asset management ...
response response response is another instance of the Storage class. It contains the following: response.body : a StringIO object into which web2py writes the output pag...
Table constructor define_table signature id : Notes about the primary key plural and singular redefine format : Record representation rname : Real name primarykey : Suppor...
[TOC] A simple wiki In this section, we build a simple wiki from scratch using only low level APIs (as opposed to using the built-in wiki capabilities of web2py demonstrated in t...
Javascript in views Javascript in views Helpers can be used within external code by placing it in a template and then including the template where needed. For example, if some ...
Support Support The main support channel is the usergroup[usergroup ], with dozens of posts every day. Even if you’re a newbie, don’t hesitate to ask - we’ll be pleased to help...
httpserver.log and the Log File Format httpserver.log and the Log File Format The web2py web server logs all requests to a file called: httpserver . log in the root web2py ...
SQLDesigner SQLDesigner There is a software called SQLDesigner which allows you to build web2py models visually and then generate the corresponding code. Here is a screenshot. ...