[Zope] Re: Deployment Best Practices?
Philipp von Weitershausen
philipp at weitershausen.de
Sun Jul 13 13:47:31 EDT 2008
Paul Winkler wrote:
> On Sun, Jul 13, 2008 at 01:20:53PM -0400, Philipp von Weitershausen wrote:
>> Jeff McNeil wrote:
>>> I'd love to be able to just drop an egg on the file system and tell
>>> Zope "Here, go load that one now" via configuration alone.
>> You could also write your own ZCML directive (+ a handler) that does that.
>> Then you'd only ever have to change your application's site.zcml to load a
>> new plugin.
>
> There's also this:
> http://pypi.python.org/pypi/z3c.autoinclude
Yep, that only saves you the
<include package="..." />
directive, though.
More information about the Zope
mailing list