读我 这是一个网页平台,用于测试七牛云服务端接口使用,以及生成测试使用的curl命令 展示效果 直接运行方法 下载项目代码 git pull https://github.com/xuzhuolalala/qiniuinterface.git 测试使用runserver运行 python3 manage.py runserver 0.0.0.0:8000 django + uwsgi + nginx部署的方式 1.安装python3环境 wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz tar -zxvf Python-