Django celery异步任务实现代码示例

上传:zyqi95765 浏览: 31 推荐: 0 文件:PDF 大小:53.57KB 上传时间:2021-02-23 18:12:17 版权申诉
最近项目中用到celery很多,Django快速接入celery,这里给份教程。 准备 pip安装celery、flower、eventlet 快速接入 1.项目目录的__init__文件 from __future__ import absolute_import # This will make sure the app is always imported when # Django starts so that shared_task will use this app. from .celerypro import app as celery_app 2.celerypro.py
上传资源
用户评论