The index.html page doesn't have much in it...so web2py just automatically goes to all of these default .py files and runs them?
If yes, when people write a large app, do they avoid using default files and implicitly specify where to go instead? thanks, Alex On Thursday, January 10, 2013 4:33:15 PM UTC-8, rochacbruno wrote: > > > On Thu, Jan 10, 2013 at 10:30 PM, Alex Glaros <[email protected]<javascript:> > > wrote: > >> *views/default/mytable_manage.html* > > > > look in controllers/default.py inside this file there is a function called > mytable_manage > > --

