If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
web2py plugin for Python math packages ...
invoice2py allows to create and mantain an online invoice system for multi-user environments and remote editing, using a deployed web2py instance as s ...
web2conf: registration + conference management system ...
Here's a tip on how to enable login with both email as the username of a user in web2py. ...
Integrating the Ember.js starterkit with web2py ...
Implementing Web2Py+Pygal 2.0. Pygal is a dynamic SVG charting library, It features various graph types: Bar charts, Line charts, XY charts, Pie char ...
A widget that will do IS_IN_DB using orderby natural sort ...
invoice2py is an open source web2py appliance which lets you manage a simple invoice online crud interface. ...
Someone MapBox implemented with web2py? ...
If you developed large projects, you already wrote functions to make queries common to several controllers and put them in models/ files. How about tu ...
Easy pagination using limitby of db.select() ...
Snippet to create a basic log table to collect your users activities. ...
I got a problem with douplcate content because most of my pages are reacheable by multiple urls (with and without controller...) So I ...
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 ...
simple example showing how to use the ajax method to insert records as child records for parent record. ...
If you need a custom boolean mapping this slice is for you. ...
How to control the age of a session.variable ...
Web application that allows to view rrd datacollections that have been created by collectd (Server statistics) ...
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 ...
Is it possible to use in MARKMIN editor variables, that are declared in the controller on in the model? I have test ...
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 ...