[web2py] Alternative for GROUP BY in app-engine

2012-01-07 Thread sabbir
hat I can do with brute force is - - Select All - Then read each record - populate a List with sum / count But this seems so inefficient, and will require too much extra code. Thanks, sabbir

[web2py] Re: Alternative for GROUP BY in app-engine

2012-01-07 Thread sabbir
of resource uses in app-engine. I am not talking about terabyte of data, lets say about 2 million record in a single entity. Any advice from practical experience to similar scenario is appreciated. I am willing to leave app-engine if it seems too dirty and costly to manage. Thanks Sabbir On

[web2py] Re: Alternative for GROUP BY in app-engine

2012-01-18 Thread sabbir
) it could have helped decide some aspects. regards, sabbir On Jan 9, 2:30 am, howesc wrote: > some thoughts: > >  - i have cron jobs that run roll-up reports on a scheduled basis on GAE. > they select all rows, bucket them, and store the data in an easy to query > table.  this sho

[web2py] urllib2.urlopen(url) – creating exception in GAE, if the url points to an app of the same web2py deployment

2012-01-30 Thread sabbir
g or read-only character buffer, not type I am planning to solve this Inter app communication using raw python code and GQL as I also cant access model of another app. Is there any best practice in this case? Thanks and regards, sabbir

[web2py] Re: urllib2.urlopen(url) – creating exception in GAE, if the url points to an app of the same web2py deployment

2012-01-30 Thread sabbir
find out. Tested this on App-engine local server. Here is how to import module: http://www.web2py.com/book/default/chapter/04 pls go to the section "Accessing the API from Python modules" :) On Jan 30, 3:02 pm, sabbir wrote: > Hi All, > > I have two app in the same gae de

[web2py] How can we support standard url in web2py ?

2011-07-19 Thread sabbir
t: ? api_id=xxx&apiMsgId=xxx&cliMsgId=xxx&status=xxx×tamp=xxx&to=xxx&from=xxx&charge=xxx is there anyway to support this. Thanks and regards, Sabbir

[web2py] Re: How can we support standard url in web2py ?

2011-07-21 Thread sabbir
Thanks a lot Jonathan. I have tested this in app engine also. It is working fine. regards, sabbir On Jul 20, 11:49 am, Jonathan Lundell wrote: > On Jul 19, 2011, at 1:05 AM, sabbir wrote: > > > > > A Clickatell call back url can be like this: > > >http://www.mysite.

[web2py] All request forwarded to https - How to stop this

2014-11-18 Thread sabbir
OS - Ubantu 12.4 Deployed using deployment script on the book While browsing apps all the request are forwarding to *https :( * How can i stop this. ideally users who browse with http should be able to browse as it is. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Docum

[web2py] Re: Why all traffic forwarded to https and how to stop this ?

2014-11-23 Thread sabbir
yment script on Ubuntu.* Problem is > all the traffic is forwarded to https. giving certificate error to users.* > It was not like this before. How to stop this automeatic forward to https? > > Also where is the routes.py . Is it depreciated ? Then how to achieve > domain to app

[web2py] Re: Why all traffic forwarded to https and how to stop this ?

2014-11-23 Thread sabbir
script on http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh should be changed, to avoid difficulty for new users. Thanks :) On Monday, November 24, 2014 1:28:59 AM UTC+6, sabbir wrote: > > Hi, > > Deployed using deployment script found here > http://web2py.