[google-appengine] Re: SEO

2008-12-12 Thread jai kumar
Thank u all, By adding my site http://www.thangamagencies.com in http://appgallery.appspot.com/submit it started working Thanks Regards jaikumar.cn --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

[google-appengine] Re: ClientLogin error

2008-12-12 Thread angel
You are right. I´m sorry. I was running locally. Thanks a lot. On 5 dic, 02:35, Jeff S wrote: > Hiangel, > > Which version of the App Engine SDK are you using? I'm assuming that > you are seeing this error when running locally and not when deployed > on App Engine. > > Thank you, > > Jeff > > O

[google-appengine] Re: Efficient paging using __key__ instead of a dedicated unique property

2008-12-12 Thread ryan
On Dec 12, 5:18 pm, Alexander Kojevnikov wrote: > > Is there a chance that this will be integrated into the Datastore > Viewer? unfortunately, no, that's unlikely. if/when we do implement efficient paging, we'll probably use something else. this is nontrivial to implement, so i don't expect we'd

[google-appengine] Re: Efficient paging using __key__ instead of a dedicated unique property

2008-12-12 Thread Alexander Kojevnikov
> Still, we've come up with some interesting ideas, and I'd like to > share one of them here. > Brilliant, thanks Ryan! Is there a chance that this will be integrated into the Datastore Viewer? --~--~-~--~~~---~--~~ You received this message because you are subsc

[google-appengine] Re: Creating unique key names

2008-12-12 Thread ryan
On Dec 12, 10:06 am, Andy Freeman wrote: > > You're missing the ability to read my mind. I haven't mentioned that > (my) parent has references to (some of) its children. > > The "one put per entity in a transaction" rule means that I can't > update parent in that transaction after the child put.

[google-appengine] Re: Efficient paging using __key__ instead of a dedicated unique property

2008-12-12 Thread ryan
ugh. i don't know why i thought the long lines in the examples table would survive. i've uploaded the post as a text file, with the long lines intact: http://groups.google.com/group/google-appengine/web/efficient_paging_using_key_instead_of_a_dedicated_unique_property.txt --~--~-~--~~

[google-appengine] Efficient paging using __key__ instead of a dedicated unique property

2008-12-12 Thread ryan
Hi all! There's been a lot of good discussion here about doing paging efficiently, as opposed to just using offset. We've been discussing efficient paging internally too. We hope to eventually provide something built in, but in the short term we have other priorities. Still, we've come up with som

[google-appengine] Re: Formating floating point numbers in a template

2008-12-12 Thread Alexander Kojevnikov
Just a small correction, the documentation for template engine built into GAE is located at: http://www.djangoproject.com/documentation/0.96/templates/ On Dec 13, 4:44 am, Marzia Niccolai wrote: > Hi, > > You are looking for Django Templates > (http://docs.djangoproject.com/en/dev/ref/template

[google-appengine] Re: Registration Problem

2008-12-12 Thread Alexander Kojevnikov
> What To Do?? http://knol.google.com/k/marce/app-engine-community-faqs/vkzeph4si12v/1# --~--~-~--~~~---~--~~ 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-appengin

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread yejun
It will be nice if GAE always keep one warmed up spare process. On Dec 12, 4:47 pm, "Sharp-Developer.Net" wrote: > Thanks Marzia, > > Have GAE team thought about providing some "warm-up" url? > > So if GAE see a load is increasing > (and probably could predict a new request handler will be neede

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Sharp-Developer.Net
For the time being I've disabled some operations in InstallAppengineHelperForDjango() (which I believe not used by my app at the moment) That reduced init time of Django from 0.8 to 0.3 sec. LoadAppengineEnvironment() #InstallReplacementImpModule() InstallAppengineDatabaseBackend() Insta

[google-appengine] Re: Concurrency Control in the datastore

2008-12-12 Thread yejun
get_or_insert is very annoying to use. First it doesn't tell you whether it is a get or insert at the end. 2nd it cannot be encapsulated in another transaction. On Dec 12, 4:21 pm, "Sharp-Developer.Net" wrote: > And there is a get_or_insert() method. > > I guess it's waiting for active transact

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Sharp-Developer.Net
Thanks Marzia, Have GAE team thought about providing some "warm-up" url? So if GAE see a load is increasing (and probably could predict a new request handler will be needed soon) then engine calls some URL specified in app.yaml (for example) and a request handler instance created and kept in cac

[google-appengine] Re: Concurrency Control in the datastore

2008-12-12 Thread Sharp-Developer.Net
And there is a get_or_insert() method. I guess it's waiting for active transactions to be completed and could be used for synchronization. -- Alex http://sharp-developer.net/ On Dec 12, 8:07 pm, ryan wrote: > if you create an entity with the same key as an existing entity, e.g. > you do Foo(key

[google-appengine] Re: Concurrency Control in the datastore

2008-12-12 Thread ryan
if you create an entity with the same key as an existing entity, e.g. you do Foo(key_name='bar').put() in one request, then you do the same thing in another request, the second put() will overwrite the first. if this happens in two concurrent transactions and they collide, one of the transactions

[google-appengine] import semantics (was Re: handling classes across multiple .py files)

2008-12-12 Thread James Ashley
"import models" vs. "from models import *": There might be some low-level nuance differences, but the important one (to me) is your module's name space. If you do "from blah import *" you wind up with everything in the other module. This *may* be what you want, but it usually isn't. If there's

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Marzia Niccolai
Hi Alex, We are definitely interested in offering Django 1.0 with App Engine in the future. However, it seems likely that including Django 1.0 as the default Django version with App Engine would need to be part of an api version change, since such a change would likely brake existing apps. In te

[google-appengine] Re: App Engine / Google Domains CNAME problems?

2008-12-12 Thread Marzia Niccolai
Hi, Sorry, and also, what is the app id for the application? Please feel free to reply directly to me if you would like with this info. -Marzia On Fri, Dec 12, 2008 at 10:32 AM, Marzia Niccolai wrote: > Hi John, > > For what domain are you experiencing this? > > -Marzia > > > On Fri, Dec 12,

[google-appengine] Re: App Engine / Google Domains CNAME problems?

2008-12-12 Thread Marzia Niccolai
Hi John, For what domain are you experiencing this? -Marzia On Fri, Dec 12, 2008 at 10:11 AM, John Boxall wrote: > > At 4:00AM this morning our CNAME pointing to GAE just stopped > resolving - we're getting a 404 everytime. > > Is anyone else experiencing this? > > John > > > > --~--~

[google-appengine] App Engine / Google Domains CNAME problems?

2008-12-12 Thread John Boxall
At 4:00AM this morning our CNAME pointing to GAE just stopped resolving - we're getting a 404 everytime. Is anyone else experiencing this? John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Re: Problems importing a 3rd party package that is working in Python

2008-12-12 Thread tv
Okay, great, thanks for your assistance guys. --~--~-~--~~~---~--~~ 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 unsubscribe from this

[google-appengine] Re: Limit Access To Shared Apps

2008-12-12 Thread Andy Freeman
If you know the logins of the approved folk, you can design your application so it rejects requests from logged-in folks who aren't approved by you. The application can even save the logins (actually user credentials) of folks who it rejects so you can review the rejects and add them to the appro

[google-appengine] Re: Creating unique key names

2008-12-12 Thread Andy Freeman
> i'm curious how a named key buys you anything here beyond what an id- > based key gives you. With named keys, it's trivial to create all of the entities in a given group with a single put, which is a transaction. With id-based keys, multiple puts are required. In a case that I care about (see

[google-appengine] Re: Can't update with appcfg

2008-12-12 Thread Marzia Niccolai
Hi, A previous poster: http://groups.google.com/group/google-appengine/browse_thread/thread/cf8804a77ca1fc9d/f709b0f0b9904d17 got this issue with Vista when it converted the app.yaml to a text file, so this may be the case here as well. What are the contents of your source folder? The app.yaml m

[google-appengine] Re: Formating floating point numbers in a template

2008-12-12 Thread Marzia Niccolai
Hi, You are looking for Django Templates ( http://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs) floatformat I believe: {{ value|floatformat:2 }} or in this case: {{ my_model.month_allocation|floatformat:2 }} -Marzia On Fri, Dec 12, 2008 at 6:57 AM, Shay Ben Dov wrote: > >

[google-appengine] Re: appengine 404 error

2008-12-12 Thread Marzia Niccolai
Hi, A 404 error like this usually indicates there is an issue with your app.yaml file. If you include your app.yaml file and your handler mappings in your application code this could help us troubleshoot the issue. Also, it may be useful to check the application's logs in case that could shed so

[google-appengine] Re: SEO

2008-12-12 Thread Marzia Niccolai
Hi, After removing the redirect from the 'www' subdomain to the thangam subdomain, you should be able to add the 'www' subdomain to an App Engine app like you would any other subdomain. If it does not work, please follow the directions on this page: http://groups.google.com/group/google-appengine

[google-appengine] Re: transfer app engine apps from google apps account to google account

2008-12-12 Thread Marzia Niccolai
Hi, Currently, there is no ability to bulk transfer applications from one account to another. You will need to invite your Google Account to develop on each of your applications and then delete your Google Apps account from those applications. -Marzia On Thu, Dec 11, 2008 at 9:49 PM, gardener

[google-appengine] Can't update with appcfg

2008-12-12 Thread Yosy
Hi, I am trying to uploade my first app engine application and I get this error- Microsoft Windows [Version 6.0.6001] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Users\Yosy Attias>D: D:\>cd "Program Files\Google\google_appengine" D:\Program Files\Google\google_appengine>

[google-appengine] Formating floating point numbers in a template

2008-12-12 Thread Shay Ben Dov
I have db.Model with month_allocation = db.FloatProperty() I want to output it in an html template in the following formats: the number with 2 decimal places. An example and code -- how to write it is more than welcomed. Thanks --~--~-~--~~~---~--~~ You receive

[google-appengine] Registration Problem

2008-12-12 Thread Yosy
Hi, I want to register and create an appengine account. I saw that I need to write my mobile number. And I live in Israel,My Phone Company is "Orange". And It isn't in the career list. What To Do?? --~--~-~--~~~---~--~~ You received this message because you are su

[google-appengine] appengine 404 error

2008-12-12 Thread shai
Hi, I'm writing a google gadget that's supposed to use an appengine as its server (which will manage a database and handle requests from clients). I've written the app code and on my computer it runs without any problem (from localhost:8080). I uplodaded this app and hoped to find it running smoot

[google-appengine] Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Sharp-Developer.Net
Hi, Any plans to update Django 0.96 to Django 1.0 ? The 1.0 has been released on Sep 3 and still not there. I use local version of Django 1.0 and it's OK but my concern is performance and CPU usage. Whenever new instance of handler is created by GAE it takes some time and I guess CPU cycles.

[google-appengine] Re: SEO

2008-12-12 Thread jai kumar
Thanks for sending me the link ,I register my site named as www.thangamagencies.com but its redirect one ,if i gave www.thangamagencies.com it will redirect to http://thangam.thangamagencies.com/ ,if i register www.thangamagencies.comit displays but it won't work ,it says as 404 error But i c

[google-appengine] Re: SEO

2008-12-12 Thread djidjadji
The App gallery is found at http://appgallery.appspot.com/ On that page is a link to add your app to the list http://appgallery.appspot.com/submit 2008/12/12 jai kumar : > yep, i know about webmasters ,but i want to put my application in app > gallery which showing in http://code.google.com/appen

[google-appengine] Re: Problems importing a 3rd party package that is working in Python

2008-12-12 Thread djidjadji
The Django 0.96 that is part of the GAE lib that is available on the production has a pure python JSON implementation. You can find the .py file at google_appengine/lib/django/django/utils/simplejson You import if with from django.utils import simplejson Maybe this functionality is enough for