Please read the chapter 3 and 4 (overview and the core) those things will be very clear after you read few lines.
http://web2py.com/books/default/chapter/29/03#Overview On Thu, Jan 10, 2013 at 10:50 PM, Alex Glaros <[email protected]> wrote: > 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]> wrote: >> >>> *views/default/mytable_manage.html* >> >> >> >> look in controllers/default.py inside this file there is a function >> called mytable_manage >> >> -- > > > > --

