随笔分类 -  Django

摘要:1.安装 pip install django-celery pip install flower 2.部署RabbitMQ: 1.下载下载并安装erlang原因:RabbitMQ服务端代码是使用并发式语言Erlang编写的,安装Rabbit MQ的前提是安装Erlang。 1.下载地址:http: 阅读全文
posted @ 2020-04-23 10:13 breakcircle 阅读(740) 评论(2) 推荐(0)
摘要:1.报错”from kombu.async.timer import Entry, Timer as Schedule, to_timestamp, logger”, 这是因为在 python 3.7 中将 async 作为了关键字,所以当 py 文件中出现类似 from . import asyn 阅读全文
posted @ 2020-04-17 17:35 breakcircle 阅读(2053) 评论(4) 推荐(1)
摘要:d from django.shortcuts import render from django.http import request, response, HttpRequest, HttpResponse, JsonResponse from django.views.decorators. 阅读全文
posted @ 2020-04-17 09:47 breakcircle 阅读(440) 评论(0) 推荐(0)
摘要:基于Python的Django框架; 进行接口测试; 整理部分笔记; 阅读全文
posted @ 2016-12-26 14:40 breakcircle 阅读(475) 评论(0) 推荐(0)