摘要: 一,知识点 python相关: 1.django之model操作 https://www.cnblogs.com/wupeiqi/articles/6216618.html 2.django-channels 官方基础教程翻译文档 https://www.cnblogs.com/chuangming 阅读全文
posted @ 2020-08-09 20:57 Deaseyy 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1.celery简介 celery 是一个基于python开发的模块,可以帮助我们对任务进行分发和处理 2.环境的搭建 1. pip install celery == 4.4 // 这里使用4.4版本 2. 安装broker:redis 或 rabbitMQ pip3 install redis 阅读全文
posted @ 2020-08-09 20:38 Deaseyy 阅读(301) 评论(2) 推荐(0) 编辑