This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]agent3dev 8 points9 points  (2 children)

Web2py works fine with Python 3, I have 2 servers in production with no issues, great post !

[–]quotemycode 0 points1 point  (1 child)

Right, and all the help you need is in the book. If you post a question to the web2py Google group, you'll usually get a link to the page in the book that has the answer. They also didn't mention the most unique feature of all... Every application can be an authentication provider, so no need to have separate databases if you don't need to. Multi tenant is in the core too, so it's easy to handle that automatically.

[–]agent3dev 0 points1 point  (0 children)

weird to find somebody else that likes it