On Jul 5, 12:20 pm, Jean-Guy <[email protected]> wrote: > Hello, > > How may I use web2py with ipython shell?
... if you have ipython installed, web2py shell should pick it up. > > I use this command to start ipython with my app : > > python web2py.py -a '<recycle>' --shell=APP_NAME -i 127.0.0.1 -p 8000 try: python web2py.py --S APP_NAME -M or, alternatively: python web2py.py --shell=APP_NAME --import_models see this for more info: python web2py.py --help > > But db and controller functions are not availables. > > Jonhy

