[google-appengine] Re: Applications Limit

2009-06-08 Thread GTako
can someone indicate if this limit will be expanded? On Jun 7, 7:50 pm, mscwd01 wrote: > 10 currently. > > On Jun 7, 4:04 pm, GTako wrote: > > > > > What is the current limit of applications per APE account? > > Is there a

[google-appengine] Applications Limit

2009-06-07 Thread GTako
What is the current limit of applications per APE account? Is there a chance it will not be limited? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to goog

[google-appengine] Re: dynamic properties

2009-04-08 Thread GTako
ote: > have you looked > athttp://code.google.com/appengine/docs/python/datastore/expandoclass.html > > On 07/04/2009,GTako wrote: > > > > >  i want to create entities by name(kind) and with APE properties type. > > >  the code bellow solved only 1 part o

[google-appengine] dynamic properties

2009-04-07 Thread GTako
i want to create entities by name(kind) and with APE properties type. the code bellow solved only 1 part of the problem: e = datastore.Entity(kind='test') e['name'] = 'My Test Entity' datastore.Put([e]) i want 'name' to be a 'StringProrperty()'.. is it possible? --~--~-~--~~

[google-appengine] how can i create entities by name and with APE properties type?

2009-04-06 Thread GTako
Hi, i want to create entities by name(kind) and with APE properties type. at this link: http://techblog.ironfroggy.com/2008/08/how-to-understand-appengine-datastore_11.html i read about how to create an entity by 'kind', in a low level API. e = datastore.Entity(kind='test') e['name'] = 'My Tes

[google-appengine] 1 application, multiple datastores

2008-12-19 Thread GTako
Hi, is it possible to maintain under 1 application, multiple datastores that each datastore will be as if it is different app engine account? for example: i have a web application that should serve 2 companies, A and B. I would want to open a google app engine account for the web application files