摘要: cors中间件 from django.utils.deprecation import MiddlewareMixin class CorsMiddleWare(MiddlewareMixin): def process_response(self,request,response): if re 阅读全文
posted @ 2020-06-04 18:58 虫洞小鳗鱼 阅读(237) 评论(0) 推荐(0) 编辑
摘要: # settings.py 配置一 LOG_DIR = BASE_DIR + "/log" LOGGING = { 'version': 1, 'disable_existing_loggers': True, 'formatters': { 'standard': { 'format': '%(a 阅读全文
posted @ 2020-06-04 18:32 虫洞小鳗鱼 阅读(162) 评论(0) 推荐(0) 编辑