会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zeng
Think Twice, Code Once
博客园
首页
新随笔
联系
订阅
管理
2024年7月12日
django_celery_beat的部署
摘要: 首先需要安装必备的包 pip install celery django-celery-beat 在app中注册 INSTALLED_APPS = [ # ... 'django_celery_beat', ] 创建celery.py并配置 # project/celery.py import os
阅读全文
posted @ 2024-07-12 13:59 wellplayed
阅读(82)
评论(0)
推荐(0)
公告