[web2py] Re: Project: Heroku Buildpack for Web2py

2015-04-05 Thread Louis Amon
After much thought, and based on the fact that I've been using the Heroku/Web2py stack for more than a year now, I think I'll try to build a scaffolding app dedicated to Heroku in order to demonstrate exactly how one should go about building a web2py-based application on a PaaS cloud with no pe

[web2py] Re: Project: Heroku Buildpack for Web2py

2015-03-12 Thread Massimo Di Pierro
1. You do not need to byte compile form shell. The code is byte compiled when requested 2. bug can of worms. Problem in a multi-server environment is that only one of the server can do migrations at once but all need the correct .table files. I do not have a simple answer. Make sure you look in