On Tuesday, 17 July 2012 19:46:02 UTC+2, Massimo Di Pierro wrote: > > I remind the readers we have conditional models: > > models/db.py (runs for every action) > models/default/db.py runs (runs only for actions in controllers/default.py) > models/default/index/db.py runs (runs only for action index() in > controllers/default.py) > > How do I access those models from the commandline? Do I have to import it manually?
When I use the normal startup like python web2py.py -M -N -S akb db.tables does not show the table defined in models/db/xxx Regards Johann --