[google-appengine] No response?

2008-10-13 Thread sternr
I've just uploaded my first application, and no matter what request I try, I get error 500, And in the request log (the error log is empty) I get: MY.IP.ADDRESS - - [13/10/2008:03:14:30 -0700] "GET / HTTP/1.1" 0 0 - - What is http code 0? why am I getting it? H

[google-appengine] Error Log?!

2008-10-13 Thread sternr
ee no error log (actually no logs at all besides "requests only"). I'm probably missing something stupid, but have no idea what it is ;) Any help? Thanks ahead! --sternr --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[google-appengine] Querying Ascending, Listing Descending

2008-11-12 Thread sternr
Hey, Suppose I created a query that returns the last 100 (using the fetch method) rows ordered by Date in descending order. Is it possible to start looping the query object from the end (so the listing would be in ascending order)? Thanks ahead! --sternr