In private/appconfig.ini on PA, [db] migrate = 0; locally, it is 1. That should favor PA over local (all else being equal), yes?
On Sunday, September 4, 2016 at 1:40:09 AM UTC-4, Paolo Valleri wrote: > > Have you disabled migrations? > > Paolo > > On Saturday, September 3, 2016 at 7:01:39 PM UTC+2, Scott Hunter wrote: >> >> I have an app which runs *much* slower than expected on pythonanywhere. >> >> I enabled the profiler, and one thing stood out: on pythonanywhere, the >> function the most time was spent in, by far, is fcntl.flock from inside >> portalocker while loading the models. In fact, when run locally, >> portalocker isn't even being called: it goes straight from save_dbt to >> cPickle.dump. >> >> Is there some configuration specific to web2py that might address this, >> or is it something I should take up w/ the people at PA? >> >> - Scott >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

