On Thursday, January 17, 2013 3:25:15 AM UTC-8, Andreas Jung wrote: > I added some extra app specific sections to the ini file of > my Pyramid application. How can I get hold of the settings > from within my app (pyramid.config)? >
Pyramid doesn't automatically parse settings. You can use the `pyramid.paster.get_appsettings(config_uri, name=None)` function to get at them. Reference: http://docs.pylonsproject.org/projects/pyramid/en/latest/api/paster.html#pyramid.paster.get_appsettings -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/VvGjFBlqs_MJ. 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.
