https://github.com/benjaminisgood/bencsv
一个可拓展的表单收集网站
https://github.com/benjaminisgood/bencsv
csv flask python sqlite
Last synced: 3 months ago
JSON representation
一个可拓展的表单收集网站
- Host: GitHub
- URL: https://github.com/benjaminisgood/bencsv
- Owner: Benjaminisgood
- Created: 2025-07-27T10:28:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T10:34:59.000Z (8 months ago)
- Last Synced: 2025-07-27T12:26:39.012Z (8 months ago)
- Topics: csv, flask, python, sqlite
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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