[Zope] How do I Refresh External Methods?
Dieter Maurer
dieter@handshake.de
Sun, 28 Jul 2002 23:43:34 +0200
Jerome Alet writes:
> On Sat, Jul 27, 2002 at 05:49:05AM -0700, Jonathan Mark wrote:
> > I am changing the Python module that an external
> > method refers to. In order to see my changes in my
> > browser I must first delete the external method and
> > then create it again.
>
> Go to your external method management page in the ZMI and click
> on the "Save Changes" button.
Or run Zope in debug mode ("-D" startup option), then it is done
automatically.
Dieter