django eventtools:一个轻量级的库旨在处理重复事件和一次性事件以显示在网站上 源码
django-eventtools是一个轻量级的库,旨在处理重复事件和一次性事件,以显示在网站上。 安装 从下载源代码并运行python setup.py install ,或: > pip install django-eventtools 需要Django 1.8或更高版本。 建立 给定以下模型: from django . db import models from eventtools . models import BaseEvent , BaseOccurrence class MyEvent ( BaseEvent ): title = models . CharFi
文件列表
django-eventtools-master.zip
(预估有个15文件)
django-eventtools-master
MANIFEST.in
38B
renovate.json
41B
tests
models.py
493B
__init__.py
0B
test_settings.py
173B
tests.py
19KB
tox.ini
410B
runtests.py
414B
暂无评论