It is very different. They support app engine in the sense that you can run the framework there. But if you develop your app for the app- engine with Pylons (for example) you cannot run exactly the same app on (for example) Oracle. The database API is different (you use the GAE DB api on GAE and you have to use the SQLAlchemy API on RDBS).
Web2py DAL is the only database abstraction layer that works on GAE and RDBS. You can run code that works on GAE and, unmodified, on Oracle or other RDBS. Django has started a NoDB project to do the same and I believe these is a patched version of Django can can do something similar to what web2py does. I am not sure how stable it is and I do not believe it in Django trunk yet. Massimo On Jan 16, 7:02 pm, Peterle <newsv...@tiscali.it> wrote: > "Several major frameworks for Python work well with App Engine. > Django, Pylons, > web2py, and CherryPy work as is or with the help of an adapter > component, and some > frameworks (such as web2py) have added explicit support for App > Engine. > "
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.