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

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

Why Does Web2py Crash For Me Upon Startup?

I'm trying to get web2py running on an Ubuntu machine. All the docs seem to indicate that to r… Read more Why Does Web2py Crash For Me Upon Startup?

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

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

Store Images In Datastore Of Gae Python While Deploying Web2py App

I am trying to deploy a web2py application on GAE. When run locally, a phone_details table is defin… Read more Store Images In Datastore Of Gae Python While Deploying Web2py App

How To Run A Task Outside Web2py And Retrieve The Output

Getting extended processing times inside web2py when running clustering algorithms. Tried running t… Read more How To Run A Task Outside Web2py And Retrieve The Output