[web2py] web2py store config/properties best practice

2011-11-13 Thread Bryan M. Barnard
Is there a recommended or best practice in the community for storing settings/configs for a web2py app? For example the location of a web service the app is dependent and authentication details that would no be specific to the end user? Database, pickled object seem like they may be good

Re: [web2py] web2py store config/properties best practice

2011-11-13 Thread Bruno Rocha
I was thinking a lot about this, I ended keeping my configurations in a separate SQLITE database (because I will also run on GAE and it is easy to change to datastore namespace) Also I tested other options. The better is a plan Python *.py file *located in /modules or /models you can store