文件名称:collective.schedule:python 'schedule' 库的 Plone 集成
文件大小:22KB
文件格式:ZIP
更新时间:2024-07-07 03:52:36
Python
集体时间表
该软件包将 python 'schedule' 库 ( ) 与 Plone 集成。
它提供以下内容:
用于调度作业的 ZML 接口
可以使用 Zope 时钟服务器注册的单个“滴答”作业处理视图
配置
首先将collective.schedule添加到您的构建蛋中。 然后在您的构建配置中将collective.schedule 'tick' 方法注册为时钟服务器:
[buildout]
...
[instance]
recipe = plone.recipe.zope2instance
...
zope-conf-additional =
【文件预览】:
collective.schedule-master
----MANIFEST.in(93B)
----bootstrap.py(10KB)
----CONTRIBUTORS.txt(45B)
----src()
--------collective()
----buildout.cfg(460B)
----setup.py(1KB)
----README.md(2KB)
----CHANGES.txt(682B)
----docs()
--------LICENSE.GPL(18KB)
--------LICENSE.txt(729B)
----.gitignore(313B)