Web interface. On Windows, 127.0.0.1:8000
Michele Comitini <michele.comit...@gmail.com> wrote: > did you do? > > python web2py.py -M -S <yourappnamehere> > > mic > > Il 15 marzo 2012 09:12, Stefan Scholl <ste...@no-spoon.de> 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.