thanks kindly! i probably glanced over that line a dozen times. On Dec 6, 1:32 pm, Chris McDonough <[email protected]> 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 info was available > > > what is the equivalent under pyramid ? i can't seem to figure it out. > > In a view function: > > request.registry.settings > > .. gives you back all this info. > Seehttp://docs.pylonsproject.org/projects/pyramid/en/1.2-branch/narr/sta...
-- 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.
