摘要:
from django.shortcuts import render, HttpResponsefrom elasticsearch import Elasticsearchfrom elasticsearch import helpersfrom django.http import JsonR 阅读全文
posted @ 2021-10-16 23:55
马昌伟
阅读(72)
评论(0)
推荐(0)
摘要:
Pycharm的Terminal 中执行: 查看现有的包到requirements.txt中 pip freeze > requirements.txt 生成依赖包 D:\machangwei\venv\Scripts\python.exe -m pip download -d whl -r req 阅读全文
posted @ 2021-10-16 22:22
马昌伟
阅读(2880)
评论(0)
推荐(0)