[Zope] Automatic update of external methods
Dieter Maurer
dieter@handshake.de
Fri, 23 Aug 2002 20:33:43 +0200
Geir Arne Evjen writes:
> I'm writing some external methods which I have locally on my laptop. When a
> fix is done in a method I put the module in the Extensions directory on the
> server. Since it is quite many methods I want to reload all external methods
> which lies in a folder. I've used much time on clicking the upload button
> for each of the external method I've created (quite boring after a while). Is
> it possible to automate this process, without uploading each method when I've
> done some change in a method.
Write a script that locates all External Method instances (via
ZCatalog or ZopeFind) and then calls the edit method automatically.
Dieter