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.
 
 
 
 
fzu102301308 d4c69c2e29
Update README.md
3 months ago
README.md Update README.md 3 months ago
add_test_data Add add_test_data 3 months ago
app.py Add app.py 3 months ago
index.html Add index.html 3 months ago
models.py Add models.py 3 months ago
requirements.txt Add requirements.txt 3 months ago
script.js Add script.js 3 months ago
style.css Add style.css 3 months 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/