An open API service indexing awesome lists of open source software.

https://github.com/benjaminisgood/bencsv

一个可拓展的表单收集网站
https://github.com/benjaminisgood/bencsv

csv flask python sqlite

Last synced: 3 months ago
JSON representation

一个可拓展的表单收集网站

Awesome Lists containing this project

README

          

cd /home/Bencsv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# 默认(本地 5000 端口)
python run.py

# 指定端口
python run.py --port 8080

# 指定公网可访问
python run.py --host 0.0.0.0

# 开启调试模式 + 指定端口
python run.py --debug --port 8000

git add .
git commit -m "💡 更新说明"
git push