搬运出处: https://blog.csdn.net/yongche_shi/article/details/48683529
django-crontab
django-crontab安装
-
django-crontab安装:
pip install django-crontab
-
django-crontab加入:只需要将
django-crontab
加入到settings.py的INSTALLED_APPS
即可。如下代码:
INSTALLED_APPS = (
'django-crontab',
...
)
django-crontab配置
配置见链接: https://blog.csdn.net/yongche_shi/article/details/48683529