[google-appengine] Re: Checkout/Download Version Source?

2008-09-03 Thread Chris Marasti-Georg
On Wed, Sep 3, 2008 at 11:27 AM, Davide <[EMAIL PROTECTED]> wrote: > > Unfortunately I had the same problem of postmeridiem. > I was thinking that the "project data loss" scenario is not the only > one to be considered. > Think of a multiple developer environment. A checkout feature will be > very

[google-appengine] Directory structure best practice?

2008-09-08 Thread Chris Marasti-Georg
Hi all. I started an application in Google App Engine right when it came out, to play with the technology and work on a pet project that I had been thinking about for a long time but never gotten around to starting. The result is BowlSK[1]. However, as it has grown, and features have been added,

[google-appengine] Getting key value of db.ReferenceProperty

2008-09-26 Thread Chris Marasti-Georg
Is there a way to get the key (or id) value of a db.ReferenceProperty, without dereferencing the actual entity it points to? I have been digging around - it looks like the key is stored as the property name preceeded with an _, but I have been unable to get any code working. Examples would be muc

[google-appengine] Re: Getting key value of db.ReferenceProperty

2008-09-28 Thread Chris Marasti-Georg
ever put one item in the list. > > > > Alternatively, you could store the key in a string and just db.Key() > > it every time. > > > > On Sep 26, 2:03 pm, "Chris Marasti-Georg" <[EMAIL PROTECTED]> > > wrote: > > > > > Is there a wa

[google-appengine] Datastore timeouts

2008-10-15 Thread Chris Marasti-Georg
I have a class that holds advanced information for a frame of bowling. It looks like: class Frame(db.Model): version = db.IntegerProperty(default=1) user = db.UserProperty() game = db.ReferenceProperty(Game, required=True) frame_number = db.IntegerProperty(required=True) first

[google-appengine] Re: HTTP response was too large

2008-10-16 Thread Chris Marasti-Georg
App Engine will only serve content less than 1 mb. You need to make your home page smaller. On Thu, Oct 16, 2008 at 1:00 PM, Venkatesh Rangarajan < [EMAIL PROTECTED]> wrote: > > I am getting this error. and can't load my page at all. > > HTTP response was too large: 1081869. The limit is: 104857

[google-appengine] Re: ReferenceProperty could avoid unnecesary resolve

2008-11-13 Thread Chris Marasti-Georg
Wooble, that's incorrect. The solution is here: http://stackoverflow.com/questions/141973/how-do-i-get-the-key-value-of-a-dbreferenceproperty-without-a-database-hit On Thu, Nov 13, 2008 at 11:04 AM, Wooble <[EMAIL PROTECTED]> wrote: > > How would that be more efficient? The entity isn't fetched

[google-appengine] Re: Getting only the key of a reference property

2008-11-18 Thread Chris Marasti-Georg
There is information on this here: http://stackoverflow.com/questions/141973/how-do-i-get-the-key-value-of-a-dbreferenceproperty-without-a-database-hit On Tue, Nov 18, 2008 at 11:47 AM, jhofmann <[EMAIL PROTECTED]> wrote: > > I am making an app which will store files (relatively large ones, but >

[google-appengine] Re: Deleting stuff

2008-11-21 Thread Chris Marasti-Georg
How long are you waiting between requests? I add a 2 second delay in the non-gae loop code when I do things like this. On Fri, Nov 21, 2008 at 12:10 PM, Ben Nevile <[EMAIL PROTECTED]> wrote: > > Greetings fellow GAE dorks, > > So I'm trying to clean up an existing app. I want to delete all the

[google-appengine] Re: My Christmas present: Introducing Gaebar

2008-12-26 Thread Chris Marasti-Georg
Thank you so much! I have been waiting for this since you first talked about it so long ago (august?)! On Wed, Dec 24, 2008 at 8:31 PM, Aral wrote: > > Hey everyone, > > I just released Gaebar (Google App Engine Backup and Restore). Enjoy! > > For a screencast, full description, etc., please se

[google-appengine] Re: JSP? Why not use Tapestry?

2009-04-08 Thread Chris Marasti-Georg
I don't see any reason you can't use tapestry. Just like the python version of GAE, you can use any templating engine you like - you just have to include it yourself. On Wed, Apr 8, 2009 at 5:02 AM, toby78 wrote: > > I would like to encourage Google to support Tapestry > (tapestry.apache.org) f