Hi Thomas, web2py used to work fine on dotCloud. I remember writing the web2py tutorial 1 year ago :-) The tutorial needs to be updated, since the CLI has evolved significantly since then. Anyway! If I remember well, when trying some web2py apps, I had the following issues: - a lot of apps define a "user" model (it seems to be implicit; maybe by enabling some kind of default auth model or session management? I'm pretty clueless about the root cause of the issue), which requires proper schema namespacing (i.e., the ORM should generate queries to public.user instead of just user, otherwise it hits the PostgreSQL user table) - the ORM seems to sometimes generate invalid SQL—I have to dig my records, but it was something like missing or improper quoting.
If someone can point me to a "best practice" web2py app, I can do my best and update the dotCloud tutorial by using this app as an example. Best regards & happy new year everyone!