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 ...
This is a recipe to use web2py + ldap in the real world. It's from my blog post. http://ochiba77.blogspot.com/2011/10/how-to-set-up-web2py-ldap-with-w ...
Lets say you have an invite page "Invite your friends" or a "send to friends" feature on your app, user will be able to insert in a text box a list of ...
Share the same controller for both your regular view and mobile view. ...
To limit abuse this slice shows how to use CAPTCHA after a number of unsuccessful login attempts. ...
It often happens that you have two tables (for example 'client' and 'address') which are linked together by a reference and you want to create a singl ...
Handy shortcuts for creating an updating database records ...
A quick and dirty way to send HTML mail. Adapting the mail module in tools.py would be the next step... I just put it here to be able to refer to it i ...
Describes how to use the Google blobstore API, allowing files up to 50MB to be used when a web2py project is hosted on Google App Engine ...
Create a new file models/pageStatistics.py and copy this slice into it. If you want to get the results displayed to the visitor, also add a line to t ...