[web2py] web2py on GAE: Connect to google:sql and google:datastore

2013-03-12 Thread decurgia
Hi all According to the web2py book[1] accessible_query(...) is not working on GAE. As there is now a google:sql and google:datastore storage available I thought of using both: sql for the auth and datastore for the rest. The output of the accessible_query would be ideal to query the datastore.

[web2py] web2py under GAE: disabling indexes

2013-02-21 Thread Scott Hunter
As I understand it, the GAE datastore will automatically create an index for every field of every table (to facilitate queries using single fields); those requiring multiple fields also get generated, but will get added to index.yaml by the SDK when tested locally. Since these are created

[web2py] web2py on GAE: Issue #694 is a DAL patch to provide high performance parent-child queries

2012-03-16 Thread dlypka
GAE developers - you may be interested in Issue 694 http://code.google.com/p/web2py/issues/detail?id=694 It allows you to use a normal web2py query to retrieve the parent entity but that single datastore query automatically attaches all the child entities as well. So instead of following

[web2py] Web2Py on GAE very slow

2011-10-24 Thread Damjan Malis
Hi guys, I'm having difficulties running simple app on GAE. I've created simple controller that selects all records (15) from table and passes them to my view. View just lists them. The issue is that 70% of requests made to this controller took 10-50 second to finish. Sometimes GAE even throws

Re: [web2py] Web2Py on GAE very slow

2011-10-24 Thread Jonathan Lundell
On Oct 24, 2011, at 8:01 AM, Damjan Malis wrote: Hi guys, I'm having difficulties running simple app on GAE. I've created simple controller that selects all records (15) from table and passes them to my view. View just lists them. The issue is that 70% of requests made to this controller

[web2py] web2py on gae

2011-10-18 Thread Minocha
I am a beginner and have been trying to build an app using web2py. I have also read the posts related to the uploading of the app. The things i have done - build a general app update the app.yaml file in web2py/applications/[application_name]/ But still when i run the app on the google local

[web2py] web2py on GAE and supplementary package usage

2011-10-15 Thread Minocha
i'm new in deploying applications on the GAE using the web2py. I wanted to ask what is the procedure to make available external libraries for python controllers in web2py on platforms - GAE and also on external server where i would like to host a website.

[web2py] web2py and gae : Delete everything in the datastore

2011-01-28 Thread Nathan VanHoudnos
Hi, I'm running web2py 1.91.6 on google app engine. I'd like to delete everything in the datastore and start over. If you have a quick solution for this, stop reading now and just tell me the web2py way. :) There is a StackOverflow thread that I found:

[web2py] web2py on gae

2010-09-08 Thread Peterle
google-appengine-python group, Google Appengine Python Best Framework: what's about web2py? Interesting the valutations of Waldemar.