I hope this is not too low level. In http://web2py.com/book2/default/chapter/03#A-Wiki Lines 1-6 of "the complete model" are "repeats" of lines contained in the scaffolding model: db = DAL('sqlite://storage.db') #repeat (almost) -> db = DAL('sqlite:// storage.sqlite')
from gluon.tools import * #repeat auth = Auth(globals(),db) #repeat auth.define_tables() #repeat crud = Crud(globals(),db) #repeat On Jul 27, 3:49 am, mdipierro <mdipie...@cs.depaul.edu> wrote: > This is very very preliminary: > > http://web2py.com/book2 > > It is not editable (yet) and I am still adding material but it does > address a lot of issues. > Please use this thread to add comments in particular: > > What sections are missing? > What needs to be clarified? > Are there spelling errors? > Are there formatting error? > > One more way I could use help: I need all the images done with the old > layout to be redone with the new welcome layout. > > Massimo