-
Notifications
You must be signed in to change notification settings - Fork 0
01 local development setup
github-actions[bot] edited this page Apr 1, 2026
·
1 revision
- Python 虚拟环境:
python -m venv .venv && source .venv/bin/activate - 安装依赖:
pip install -r backend/requirements.txt(路径以仓库为准) - 配置环境变量与
DATABASES(可用 SQLite 做快速试验) python manage.py migrate && python manage.py runserver
-
cd frontend && npm install(或pnpm) - 配置 API 基地址(
.env.development) npm run dev
后端脚本常需 PYTHONPATH=backend 与仓库内演示脚本一致(见 标准爬取)。
| 日期 | 版本 | 作者 | 摘要 |
|---|---|---|---|
| 2026-04-01 | 1.0 | Wiki | 初版 |
返回:Wiki 首页