Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web2py

Best Practice For Composite Key In Web2py

The question of composite keys in web2py was answered pretty well by Anthony here, but I'm look… Read more Best Practice For Composite Key In Web2py

Return A List As Json From Web2py

Is there any way to return a list as a JSON list from web2py? when I hit my route ending in .json, … Read more Return A List As Json From Web2py

Python 2.5.6 Build Error On Mac Lion

Here is what I would like to do. Use web2py with MySQL. To do that, I need to use source web2py rat… Read more Python 2.5.6 Build Error On Mac Lion

Web2py, Database Relationships And Permissions

So i've this problem i've 2 tables for example templates(id,user_id,template_name,reference… Read more Web2py, Database Relationships And Permissions

One Single Mysql Database For Many Web2py Applications

I have 3 apps under my web2py framework. Can I use one single MySQL database for all of them (by pr… Read more One Single Mysql Database For Many Web2py Applications

Calculated Fields In Web2py Sqlgrid

Web2py has several methods for calculated fields, but the documentation states that lazy fields … Read more Calculated Fields In Web2py Sqlgrid

Web2py Comparing Part Of A Request.vars Element

I have a form with a table with rows containing SELECTs with _names with IDs attached, like this: T… Read more Web2py Comparing Part Of A Request.vars Element

File Upload At Web2py

I am using the web2py framework. I have uploaded txt a file via SQLFORM and the file is stored in … Read more File Upload At Web2py