You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 month ago | |
|---|---|---|
| README.md | 1 month ago | |
| add_test_data | 1 month ago | |
| app.py | 1 month ago | |
| index.html | 1 month ago | |
| models.py | 1 month ago | |
| requirements.txt | 1 month ago | |
| script.js | 1 month ago | |
| style.css | 1 month ago | |
README.md
RollCallSystem_Team1
文件结构说明
原始项目结构(本地开发)
roll_call_system/ ├── app.py ├── models.py ├── requirements.txt ├── add_test_data.py ├── templates/ │ └── index.html ├── static/ └── style.css └── script.js
平台适配说明
由于头哥平台无法创建子文件夹,所有文件都放在根目录。 app.py models.py requirements.txt add_test_data.py index.html # 原在 templates/ style.css # 原在 static/ script.js # 原在 static/