[google-appengine] Re: large imports/exports

2009-03-14 Thread Let Delete My Apps
No I haven't. On Mar 13, 10:46 pm, Amr Ellafi amrl...@gmail.com wrote: really , great ! have you sliced your data or did the upload at once ?? On Fri, Mar 13, 2009 at 10:47 PM, Let Delete My Apps davide.rogn...@gmail.com wrote: I've imported 87811 records using bulkload_client.py

[google-appengine] Re: Customize Over Quota Page

2009-03-14 Thread Let Delete My Apps
Ok :-) User Feature Request http://code.google.com/p/googleappengine/issues/detail?id=1145q=customizecolspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component . . . On Mar 13, 9:37 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: Why not? On Mar 12, 9:31 pm, Let

[google-appengine] Re: The Guardian Open Platform

2009-03-13 Thread Let Delete My Apps
:-( On Mar 12, 10:26 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: very good -- The Guardian Open Platformhttp://www.guardian.co.uk/open-platform openplatform-pythonhttp://code.google.com/p/openplatform-python/ A simple porting on GAE, is it possible

[google-appengine] Re: Un-deploy an application

2009-03-13 Thread Let Delete My Apps
:-( On Mar 12, 9:39 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: See my last app ;-)http://pyoohtml.appspot.com/let-delete-my-apps/home On Mar 12, 6:03 pm, Kegan ke...@kegan.info wrote: How do I stop or un-deploy an already deployed and running application? Also, can I

[google-appengine] Re: Customize Over Quota Page

2009-03-13 Thread Let Delete My Apps
Why not? On Mar 12, 9:31 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: Using the JSON/JSONP services is useful this response: { errorMsg : Over quota, errorCode : 403 } See other:http://groups.google.com/group/google-appengine/browse_thread/thread/... Is it possible

[google-appengine] Re: sdk

2009-03-13 Thread Let Delete My Apps
http://localhost:8080/_ah/admin See: http://code.google.com/appengine/docs/python/tools/devserver.html -- http://pyoohtml.appspot.com/let-delete-my-apps/home On Mar 13, 9:44 pm, Ronn Ross ronn.r...@gmail.com wrote: Does the appengine sdk have something included where you can look

[google-appengine] Re: ### What is the best way for paginating a list of records? ###

2009-03-12 Thread Let Delete My Apps
11, 2009 at 2:00 PM, Let Delete My Apps davide.rogn...@gmail.com wrote: What is the best way for paginating a list of records? See 30. Object pagination http://www.djangoproject.com/documentation/models/pagination/ from django.core.paginator import Paginator paginator = Paginator

[google-appengine] Re: *** BigTable vs SQLite vs MySQL ***

2009-03-12 Thread Let Delete My Apps
+datastore+documentationl=1 2009/3/11 Let Delete My Apps davide.rogn...@gmail.com: Ok :-) Where is your documentation? . . . On Mar 10, 4:07 am, Ryan Lamansky spam...@kardax.com wrote: The App Engine datastore is pretty slow for individual actions.  It's specialty is being able

[google-appengine] The Guardian Open Platform

2009-03-12 Thread Let Delete My Apps
very good -- The Guardian Open Platform http://www.guardian.co.uk/open-platform openplatform-python http://code.google.com/p/openplatform-python/ A simple porting on GAE, is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: App Engine SDK Cheat Sheet

2009-03-11 Thread Let Delete My Apps
Thanks :-) On Mar 11, 7:44 pm, John skid...@google.com wrote: Hi All, Not sure if you saw the blog post this morning, but we created a cheat sheet: http://googleappengine.googlecode.com/files/google_app_engine_cheat_s... We'd love your feedback. Feel free to post it on this thread. If

[google-appengine] Re: Google AdSense on App Engine

2009-03-11 Thread Let Delete My Apps
...@kardax.com wrote: Yes. If you direct both AdSesnse and App Engine to the same bank account, it will pay for itself if your advertising income covers your resource usage fees. -Ryan On Mar 8, 12:11 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: Idea: Can I put AdSense

[google-appengine] Re: *** BigTable vs SQLite vs MySQL ***

2009-03-11 Thread Let Delete My Apps
Ok :-) Where is your documentation? . . . On Mar 10, 4:07 am, Ryan Lamansky spam...@kardax.com wrote: The App Engine datastore is pretty slow for individual actions.  It's specialty is being able to do those things with 50,000 concurrent users. -Ryan On Mar 9, 4:32 pm, Let Delete My Apps

[google-appengine] ### What is the best way for paginating a list of records? ###

2009-03-11 Thread Let Delete My Apps
paginator.page_range [1, 2] -- http://pyoohtml.appspot.com/let-delete-my-apps/home --~--~-~--~~~---~--~~ 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

[google-appengine] Re: ### What is the best way for paginating a list of records? ###

2009-03-11 Thread Let Delete My Apps
Thanks :-) Now I can not Rate your post with 5 stars, why? . . . On Mar 11, 10:04 pm, Dan Sanderson dansander...@google.com wrote: http://code.google.com/appengine/articles/paging.html -- Dan On Wed, Mar 11, 2009 at 2:00 PM, Let Delete My Apps davide.rogn...@gmail.com wrote: What

[google-appengine] Re: Thanks GAE team

2009-03-11 Thread Let Delete My Apps
Thank you for your work ;-) On Mar 10, 8:36 pm, cz czer...@gmail.com wrote: The datastore seems to be unusually zippy today, whatever you googly types did yesterday sure worked. Beautiful! thanks, - Claude --~--~-~--~~~---~--~~ You received this message

[google-appengine] Re: Google AdSense on App Engine

2009-03-09 Thread Let Delete My Apps
, 12:11 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: Idea: Can I put AdSense on my app to receive additional computing resources, instead to receive money? I saw:http://www.google.com/services/adsense_tour/index.html --~--~-~--~~~---~--~~ You

[google-appengine] Re: Converting model objects to JSON

2009-03-09 Thread Let Delete My Apps
Wonderful :-) On Mar 8, 11:02 pm, Bastian Hoyer daf...@gmail.com wrote: On 7 Mrz., 23:23, Let Delete My Apps davide.rogn...@gmail.com wrote: results = [] for app in apps:     results.append({appname : app.appname}) just a small tip.. you can write this as results = [ {appname

[google-appengine] *** BigTable vs SQLite vs MySQL ***

2009-03-09 Thread Let Delete My Apps
the Comparison Table exists? -- http://pyoohtml.appspot.com/let-delete-my-apps/home --~--~-~--~~~---~--~~ 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

[google-appengine] Re: BadRequestError: offset may not be above 1000

2009-03-08 Thread Let Delete My Apps
wrote: On Mar 7, 5:05 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: Hi All, I see this error using this code: query.fetch(1000, offset=1001) RTFM before deleting all of your apps. --~--~-~--~~~---~--~~ You received this message because you

[google-appengine] Re: jQuery while doing Ajax call

2009-03-08 Thread Let Delete My Apps
Hi Ritesh Nadhani, I think your code is complex. Can you try another more simple way, for example using the JSON/JSON-P technique? View the source code of my last app: http://pyoohtml.appspot.com/let-delete-my-apps/home . . On Mar 8, 12:49 pm, Ritesh Nadhani rite...@gmail.com wrote: Hi Any

[google-appengine] Re: Question: GAE and externally hosted databases

2009-03-08 Thread Let Delete My Apps
I think you could use JSONP http://www.google.com/search?hl=enq=JSONP+%22cross-site%22btnG=Search . . On Mar 7, 2:13 pm, whichpaul paul.swan...@gmail.com wrote: Is it possible to connect to externally hosted databases (eg. mysql running on a server outside of the google network) from an

[google-appengine] Re: BadRequestError: offset may not be above 1000

2009-03-08 Thread Let Delete My Apps
. The first offset results are not skipped by the datastore itself. -- Alexhttp://sharp-developer.net/ On Mar 8, 10:56 am, Let Delete My Apps davide.rogn...@gmail.com wrote: *** The Query Class ***http://code.google.com/appengine/docs/python/datastore/queryclass.html -- fetch(limit, offset

[google-appengine] App Gallery Error (with start=600)

2009-03-08 Thread Let Delete My Apps
http://appgallery.appspot.com/results?recentapps=truestart=600num=5 Traceback (most recent call last): File /base/python_lib/versions/1/google/appengine/ext/webapp/ __init__.py, line 501, in __call__ handler.get(*groups) File /base/data/home/apps/appgallery/3.11/appgallery.py, line 398,

[google-appengine] Re: App Gallery Error (with start=600)

2009-03-08 Thread Let Delete My Apps
ProtocolBufferDecodeError: Problem parsing scalar value into field: stringValue . . . . On Mar 8, 4:17 pm, Let Delete My Apps davide.rogn...@gmail.com wrote: http://appgallery.appspot.com/results?recentapps=truestart=600num=5 Traceback (most recent call last):   File /base/python_lib/versions/1/google/appengine

[google-appengine] Re: New Limits for Several App Engine Operations

2009-03-08 Thread Let Delete My Apps
I think is useful to document the GAE's limits. See the post: http://groups.google.com/group/google-appengine/browse_thread/thread/f3e1070830cb534c# . . . . On Feb 13, 11:13 pm, Marce (Google) ma...@google.com wrote: For those of you who haven't already heard, we're very excited yesterday to

[google-appengine] Re: BadRequestError: offset may not be above 1000

2009-03-08 Thread Let Delete My Apps
is a good field to use, or use the field you sort on. Make sure you will stay within 30 sec wall clock time. 2009/3/8 Let Delete My Apps davide.rogn...@gmail.com: Sorry but I do not understand :-( How can I see the record 2001 ? . . On Mar 8, 2:00 pm, Sharp-Developer.Net

[google-appengine] Re: BadRequestError: offset may not be above 1000

2009-03-08 Thread Let Delete My Apps
the objects 10 days or 3 month ago. 2009/3/8 Let Delete My Apps davide.rogn...@gmail.com: Does an utility exists to simplify this bad work? (or some examples) I use this order: query.order('-time') . . . On Mar 8, 4:57 pm, djidjadji djidja...@gmail.com wrote: Make multiple queries. Use

[google-appengine] Google AdSense on App Engine

2009-03-08 Thread Let Delete My Apps
Idea: Can I put AdSense on my app to receive additional computing resources, instead to receive money? I saw: http://www.google.com/services/adsense_tour/index.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Annoucement: you may now purchase additional computing resources

2009-03-08 Thread Let Delete My Apps
See this idea: Google AdSense on App Engine http://groups.google.com/group/google-appengine/browse_thread/thread/416f671a246a3e07# . . . On Feb 24, 10:30 pm, Jeff S j...@google.com wrote: Hi all, We've just announced that it is now possible to purchase additional quota for your application.

[google-appengine] Re: Converting model objects to JSON

2009-03-07 Thread Let Delete My Apps
An example from my last app: results = [] for app in apps: results.append({appname : app.appname}) # for JSONP callback = this.request.get(callback) this.response.headers[Content-Type] = text/javascript callback = %s(%s) % (callback, json.write(result)) this.response.out.write(callback)

[google-appengine] BadRequestError: offset may not be above 1000

2009-03-07 Thread Let Delete My Apps
Hi All, I see this error using this code: query.fetch(1000, offset=1001) --~--~-~--~~~---~--~~ 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] Re: Go2 is going to pay the bill. Go2 accepts donation now. Any cooperation is welcome.

2009-03-07 Thread Let Delete My Apps
$360 ??? :-O On Mar 7, 8:12 am, admin go2 go2apps...@gmail.com wrote: Go2 is the second popular app on GAE. Go2 is very fast. Sometimes it is faster than you visiting the website directly. Go2 also supports to sign in lots of web sites, including bebo etc. . There are more than 10,000

[google-appengine] appspot.com - Traffic Details From Alexa

2009-03-07 Thread Let Delete My Apps
This site is very useful (but is it reliable?) http://www.alexa.com/data/details/traffic_details/appspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email