[google-appengine] App Deployment

2008-10-26 Thread Koren
Will it be possible in the near future to deploy more than 10 app per account? is this on your list? --~--~-~--~~~---~--~~ 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: Datastore Entity

2008-10-25 Thread Koren
Thanks! so can i do soemthing like: Newkind = type("KindName", (db.expando,)) obj1 = KindName() ? On Oct 25, 12:14 am, yejun <[EMAIL PROTECTED]> wrote: > I think you mean kind. > > Newkind = type("KindName", (db.model,), dict(p1=db.Property(), p2...))

[google-appengine] Datastore Entity

2008-10-24 Thread Koren
hi, is it possible to create a datastore entity at runtime? i have the situation that i need to create new Entities (and not records) during runtime. This corresponds to setting up a database table during runtime instead of just adding rows to the same table. thanks, Koren