Then I will be able to request.vars? I go test.
Richard On Wed, Jan 19, 2011 at 11:37 AM, Bruno Rocha <[email protected]> wrote: > Richard, > > python web2py.py -a 'asdf' -i 127.0.0.1 -p 8001 -S appname -M auto' > > Starts only web2py interactive shell mode, not the webserver. > > You have to open 2 consoles > > in the first you do: > python web2py.py -S appname -M -P > > in second you do: > python web2py.py -a 'asdf' -i 127.0.0.1 -p 8001' > > > > Bruno Rocha > http://about.me/rochacbruno/bio >

