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