how can i access config settings in my pyramid app handlers/templates ?

2011-12-06 Thread Jonathan Vanasco
in pylons , i only had to do : from pylons import config and then all my (development|production).ini info was available what is the equivalent under pyramid ? i can't seem to figure it out. -- You received this message because you are subscribed to the Google Groups pylons-discuss

Re: how can i access config settings in my pyramid app handlers/templates ?

2011-12-06 Thread Jonathan Vanasco
thanks kindly! i probably glanced over that line a dozen times. On Dec 6, 1:32 pm, Chris McDonough chr...@plope.com wrote: On Tue, 2011-12-06 at 10:28 -0800, Jonathan Vanasco wrote: in pylons , i only had to do :    from pylons import config and then all my (development|production).ini

Re: how can i access config settings in my pyramid app handlers/templates ?

2011-12-06 Thread cd34
If you're using pyramid_handlers as a pylons convertee, remember that it would be self.request.registry.settings -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com. To