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

2014-11-23 Thread sabbir
? Thanks, sabbir -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups web2py-users

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

2014-11-23 Thread sabbir
:) On Monday, November 24, 2014 1:28:59 AM UTC+6, sabbir wrote: Hi, Deployed using deployment script found here http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh *Found the problem. *The script created configuration

[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

[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
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
to 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 sabbir...@gmail.com wrote: Hi All, I have two app in the same gae deployment

[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 how...@umich.edu 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 should

[web2py] Alternative for GROUP BY in app-engine

2012-01-07 Thread sabbir
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

[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 jlund...@pobox.com wrote: On Jul 19, 2011, at 1:05 AM, sabbir wrote: A Clickatell call back url can be like this: http://www.mysite.com/callback.php

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

2011-07-19 Thread sabbir
=xxxcliMsgId=xxxstatus=xxxtimestamp=xxxto=xxxfrom=xxxcharge=xxx is there anyway to support this. Thanks and regards, Sabbir