Re: [web2py] Re: web2py.py -S a/c/f reports db error when no db should be touched

2013-05-01 Thread Anthony
On Wednesday, May 1, 2013 10:36:54 PM UTC-4, viniciusban wrote: > Even my contoller doesn't need a model? > But when you make an HTTP request to a controller, web2py always runs the (non-conditional) models, so it does the same when you request a shell in the controller environment. The idea of

Re: [web2py] Re: web2py.py -S a/c/f reports db error when no db should be touched

2013-05-01 Thread Vinicius Assef
Even my contoller doesn't need a model? Is it documented? What about the inability to create databases folder running Web2py shell? On Wed, May 1, 2013 at 11:29 PM, Anthony wrote: > If you specify a controller, it will automatically execute the models, even > if you don't include -M (assuming

[web2py] Re: web2py.py -S a/c/f reports db error when no db should be touched

2013-05-01 Thread Anthony
If you specify a controller, it will automatically execute the models, even if you don't include -M (assuming if you want to be in the environment of the controller, you want the controller's usual environment, which includes the models). Anthony On Wednesday, May 1, 2013 9:58:55 PM UTC-4, vin