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