我知道我可以使用以下方法以编程方式确定Zope是否在调试模式(bin/instance fg
)下运行:
>>> import Globals
>>> Globals.DevelopmentMode
True
可以确定我是否以交互式控制台模式(bin/instance debug
)启动了守护进程?
你可能认为这没有意义,但是当我以这种方式运行实例时,我遇到了包的问题:
https://github.com/collective/collective.fingerpointing/issues/30