[web2py] Re: [Newbie] Best practice to set application wide settings

2011-07-26 Thread Jagmal
Thanks David for the link. I think I am not at a stage right now, where I need to store configurations in the database. I will definitely give this a try once I am at that stage.

Re: [web2py] Re: [Newbie] Best practice to set application wide settings

2011-07-22 Thread Bruno Rocha
look at this -> http://martin.tecnodoc.com.ar/default/post/2011/05/13/20_optimize-your-web2py-app-using-the-new-import-method

[web2py] Re: [Newbie] Best practice to set application wide settings

2011-07-22 Thread David Marko
Look to this web2py utils ... http://packages.python.org/web2py_utils/index.html ... there is an object for storing/accessing configurations values into database. Its very handy ...