plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

Permit calling do_console with debug mode on #183

Open yurj opened 2 years ago

yurj commented 2 years ago

Useful for using supervisor to manage clients with debug mode on. To permit this, the "subprocess and debug" option should be split in two options, subprocess=[True|False] and debug=[True|False].

Is this a good idea?