If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Based on http://www.web2pyslices.com/slice/show/1446/widget-select-or-add-option made some abstractions (easier to put to action for any table) fixe ...
How to use NSSM to install rapidly web2py as a webserver or the web2py scheduler as services in Windows ...
For this example let's imagine we want to create some pages for our website. A page has a title, and a content. We want to allow users to edit a pa ...
If you need a custom boolean mapping this slice is for you. ...
How to control the age of a session.variable ...
Have you ever wondered why it takes so many steps and using complicated report apis to make a silly pdf report with Python? Well, it's not that compli ...
A generic view which streams a list as a CSV for the user to open in a spreadsheet. This is useful if you want to return the results of a database que ...
A working prototype that reads a query structured as Python dictionary and creates a Query class instance (for database I/O) ...
This code outputs the db structure as xml (or a dict object). The purpose of this snippet is add support for javascript frameworks like angular.js Th ...
Article about how to use web2py as a CAS provider and apache with mod_auth_cas as a consumer. ...