I have been playing with GAE for the first time and found using it with web2py a pleasure. web2py and GAE are a killer combination!
A few questions: How do you order your items? Currently I am selecting and then sorting in Python manually. I changed my belongs statements like this: db(db.test.id.belongs(test_ids)).select() - > [db.test[id] for id in test_ids] Is there a better way? If not, would it be a good idea for the DAL to do this mapping automatically? Is the tools.fetch() abstraction necessary? Because GAE still provides the urllib interface: http://code.google.com/appengine/docs/python/urlfetch/overview.html#Fetching_URLs_in_Python Also is there anything preventing web2py.com migrating to GAE? As I write this web2py.com is down... Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

