摘要: Response封装 utils/response.py from rest_framework.response import Response class APIResponse(Response): def __init__(self, status=100, msg='success', h 阅读全文
posted @ 2020-07-17 21:44 耗油炒白菜 阅读(210) 评论(0) 推荐(0) 编辑
摘要: # 每个python项目,都应该有个requirement.txt >项目依赖的模块 安装需要的工具包 # pip3 install freeze requirement.txt的生成 pycharm的terminal终端使用: # pip3 freeze >requirement.txt #生成 阅读全文
posted @ 2020-07-17 19:09 耗油炒白菜 阅读(644) 评论(0) 推荐(0) 编辑