0.py is not a web2py file. It is created by the wizard. If a variable is not used is a bug in the wizard.
Massimo On Feb 7, 7:21 pm, devGS <[email protected]> wrote: > I saw that object 'settings' is defined at 0.py, but I didn't see any > usage of 'settings'. For instance, in db.py, instead of reusing the > 0.py's 'settings', the stings are redefined, even though realize about > some modules that use 'settings' instead of db.py set variables. Can > this point be cleared please? Why is there mail.settings.XYZ = '...' > instead of 'mail.settings.XYZ = settings.XYZ'? Thanks.

