Hi, On Fri, May 20, 2011 at 7:40 PM, Gopalakrishnan S <[email protected]> wrote: > I am porting pylons project to pyramid. I use the pylons.config for my > site domain name, title etc like > pylons.config['site_name'] etc.. > > how to access the ini content in my pyramid project? >
I guess request.registry.settings is what you need -- Gael > > -- > Gopalakrishnan Subramani > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
