Hi What is the purpose of web.config object? Is it web.py personal configuration storage, or is it ok, to store application specific settings in it as well? (ex: app title, database engine instance, template instance, etc...)
For example web.config is used to work around the sessions issue with the reloader: http://webpy.org/cookbook/session_with_reloader If it's not a good idea to store the application settings in it, what is a better place for this kind of stuff? Thanks Anton -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
