3 Mar
2010
3 Mar
'10
2:39 p.m.
* 2010-03-03 15:33, Stephan Richter wrote:
Mmh, I implemented z3c.baseregistry a long time ago, which allows you to register components into arbitrary registries.
http://svn.zope.org/z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt?r...
Thanks for the link; z3c.baseregistry depends on zope.site, which depends on a lot of packages we don't use, though. Also, I think my use case it quite different, because we don't use ZODB, we rely on WSGI and we have one-python-process-multiple-applications setup. Fabio