[web2py] Re: Question about 0.py

2012-03-27 Thread Mike
I just started a brand-new app through the wizard and plugged in my mysql database settings during the setup process. I see that in 0.py I have the following : settings.database_uri = 'mysql://user:pass@server/database' (i censored the original) but in db.py it says: if not

[web2py] Re: Question about 0.py

2011-02-07 Thread Massimo Di Pierro
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 vitali@geniestills.com 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,