文件名称:spoonbill-web:Web前端,可将OCDS数据从JSON转换为ExcelCSV
文件大小:2.29MB
文件格式:ZIP
更新时间:2024-04-18 09:35:16
Python
琵琶网 Web前端,可将OCDS数据从JSON转换为Excel / CSV 后端安装 docker-compose build app docker-compose up 该应用程序将在上可用 发展 git clone git@github.com:open-contracting/spoonbill-web.git cd spoonbill-web 安装使用direnv direnv allow pip install -r requirements_dev.txt 不安装direnv的安装 python3 -m venv .venv source .venv/bin/activate pip install -r requirements_dev.txt 运行应用程序 docker-compose up -d postgres redis python manage.py make