I have a zope app (Grok-based actually) that has a zope.conf file which is used by some zope apps for paths etc on startup. I have similar info I need to pass (basically a bunch of strings) into my actual wsgi-based web app proper, and I can't seem to find a way to do it via the wsgi pipeline and paster ini config so I was wondering how I would do it via zope.conf?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.