[web2py] No DB queries in web2py shell?

2012-03-15 Thread Stefan Scholl
web2py 1.99.7 for Windows. Example app, inserted 1 person and 1 dog. In the shell: dogs = db().select(db.dog.ALL) Nothing there. And "dogs" isn't defined.

Re: [web2py] No DB queries in web2py shell?

2012-03-15 Thread Michele Comitini
did you do? python web2py.py -M -S mic Il 15 marzo 2012 09:12, Stefan Scholl ha scritto: > web2py 1.99.7 for Windows. > > Example app, inserted 1 person and 1 dog. > > In the shell: > >        dogs = db().select(db.dog.ALL) > > > Nothing there. And "dogs" isn't defined. > > >