Re: [google-appengine] Re: upload image into google app engine

2014-03-11 Thread Gianni Di Noia
2014-03-11 13:15 GMT+01:00 Vinny P : > On Tue, Mar 11, 2014 at 12:36 AM, hitesh jain > wrote: > > Google cloud storage is paid one from single byte storage. >> > GCS has a 5gb free quota for the only default bucket.. http://goo.gl/KT4gQz -- You received this message because you are subscribed

[google-appengine] Deployment quota

2013-08-21 Thread Gianni Di Noia
I'm sorry, this is an unnecessary question, but I can't sleep on :) The deployment quotas docs say: "The number of times the application has been uploaded by *a developer*. The current quota is 10,000 per day." Now, a day is 86,400 seconds. An optimistic average times for a deploy is 15 seconds. o

Re: [google-appengine] New Twilio Service?

2013-04-02 Thread Gianni
I create a new account on twilio via the special page and upgrade it but I can't found the amount of free sms. Where I can see the balance with the offer of 2000 sms? I see only my 20$ -- Gianni On Tue, Apr 2, 2013 at 9:56 PM, Vinny P wrote: > > On Tuesday, April 2, 2013 1:43:

Re: [google-appengine] Re: new devappserver2 and get_by_id

2013-03-27 Thread Gianni
Di Noia wrote: >> >> Hi, with new devappserver2 the get_by_id() method return an integer >> ending with 000 instead of real id. the rest of number is the same but only >> last 3 is ever replace with 000. What'a appens? does not seem a bug. >> -- Gianni >> >

[google-appengine] new devappserver2 and get_by_id

2013-03-26 Thread Gianni
Hi, with new devappserver2 the get_by_id() method return an integer ending with 000 instead of real id. the rest of number is the same but only last 3 is ever replace with 000. What'a appens? does not seem a bug. -- Gianni -- You received this message because you are subscribed to the G

Re: [google-appengine] db to ndb migration ... issue with collection_name

2012-12-30 Thread Gianni
Hi, Guido explained very clearly how to do here<http://stackoverflow.com/questions/11122846/whats-the-alternative-to-back-reference-property-in-ndb> . Just add a property to the Post class @property def comments(self): return Comment.query(Comment.post == self.key) --

Re: [google-appengine] how does a user become an admin?

2012-12-17 Thread Gianni
the admin users are listed in 'Permissions' page -- Gianni On Mon, Dec 17, 2012 at 9:38 PM, Emmanuel Mayssat wrote: > handlers: > - url: /admin/.* > script: main.app > login: admin > -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Gianni
https://groups.google.com/d/topic/google-appengine-downtime-notify/SMd2pDJsCPo/discussion -- Gianni 2012/10/26 Santiago > All our apps are currently down! :( > > > On Friday, October 26, 2012 12:37:48 PM UTC-2, Olivier Truemat wrote: >> >> Hi, >> >> Just ha

Re: [google-appengine] limite di invio messaggi

2012-10-09 Thread Gianni
Se per messaggi intendi email, basta abilitare i pagamenti ("Enable billing"). -- Gianni 2012/10/9 CB made in Italy > buongiorno, > > io vorrei poter mandare tutti i messaggi al giorno che voglio, anche > pagando. > > c e un modo??? > > -- > You

Re: [google-appengine] Annourcing aeta: a test runner for Python App Engine applications

2012-09-21 Thread Gianni
Thank you. I really needed. -- Gianni 2012/9/21 Jacob Taylor > Hello, > > I am happy to announce that we open sourced aeta, the App Engine Test > Appendix. aeta is a tool for running tests on your Python App Engine > application. It was created at Google and is used to run

Re: [google-appengine] A.A.A. Italian GAE Developers

2012-09-18 Thread Gianni
ping! Ma non esageriamo, direi dilettante. -- Gianni 2012/9/18 Alfredo Morresi > Hi guys, > > my name is Alfredo, I work in Google's Milan office and my job is to > support Italian community around our technologies. Tech sessions, events > planning, universities / local g

Re: [google-appengine] Re: Alternate to Conversion API

2012-08-22 Thread Gianni
low utilization depends on the tricky usage of paged media css and not in converison api in itself. -- Gianni 2012/8/22 Daniel Florey > Same problem here. We have invested a lot of time (=money) into Conversion > API. > So I am very frustrated and need to find a replacement. > Fro

[google-appengine] Re: pagespeed disable_rewriters

2012-06-27 Thread Gianni
ok. I solved my problem, it's not related to pagespeed service ( the default setting don't cause problem). Sorry about that but the docs question remain. -- Gianni 2012/6/28 Gianni > Hi gropus, > at the docs page > https://developers.google.com/appengine/docs/python/config/

[google-appengine] pagespeed disable_rewriters

2012-06-27 Thread Gianni
inline js does not work anymore. I'm searching the rewriter to disable.. -- Gianni -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsu

Re: [google-appengine] No luck with the starter tutorials

2012-06-04 Thread Gianni
try adding webapp2 in the yaml libraries: - name: webapp2 version: latest -- Gianni 2012/6/5 Andreas > what is the output of the console? > > On Jun 4, 2012, at 4:34 PM, Coolbedog wrote: > > > Hi there, > > Trying to get started with Google App Engine and Python

[google-appengine] Re: what happened do the datastore statistics ?

2011-12-16 Thread Gianni Mariani
This can happen if you have large numbers of namespaces, kinds or property names. There is a limit to the size of the datastore_stats written for an application (approx 10MB for apps with entities only in the empty string namespace or 20MB for apps with entities in a non empty string namespace).