This is talking about your custom application, not the admin. Go to the "create new simple application" form on admin interface (or do it by command line using $ python web2py.py -S mynewapp -M)
inside your app you have to create the files needed. web2py/applications/*mynewapp*/models/0.py On Mon, Apr 2, 2012 at 11:25 PM, Hironori Kawano <[email protected]> wrote: > Hi, actually, I started reading *web2py Application Development Cookbook* > * > * > It talks about improving default scaffolding application by writing 0.py > file. > My question is, where do I touch to change scaffolding application? > > Am I to create 0.py in models in newly created application or is it > talking about 0.py file under *applications\admin\models* ? > > I know the questions sounds specific to a particular book but I would like > to know how I can override scaffolding app. > > Please help me with your expertise. > > > > -- Bruno Rocha [http://rochacbruno.com.br]

