Hi, I have a simple action:
def restaurants():
restaurants=db().select(db.restaurant.ALL)
return dict(restaurants=restaurants)
on my machine I can get myapp/default/restaurants.json or .xml.... but it
doesn't work on GAE !...
in GAE myapp/default/restaurants work but if I append .json or .xml I would
get an empty json/xml...
on GAE I see
*D2011-02-27 09:50:20.163 routes_out: [/rest/default/restaurants.json] not
rewritten*
*
*
*
*
*any ideas ?*
--
Sebastian E. Ovide

