Site for preparing the lecture schedule for study groups
Video: Watch
In Front End, a percentage of the reliance was made on the Distribution code finance - Distribution
export FLASK_APP=application.py
flask run
- Enter Data to Location
- Enter Data to Courses
- Enter Data to Staffs
- Enter Data to Groups
- Enter Data to Time
- View the result by page Schedules
- pyhton3
- flask
- sqlite3
.
├── Demo.png
├── README.md
├── application.py
├── helpers.py
├── query.sql
├── requirements.txt
├── schema.png
├── schema.sql
├── static
│ ├── app.js
│ ├── favicon.ico
│ └── style.css
├── table_edu.db
└── templates
├── courses.html
├── courses_time.html
├── functionals
│ ├── data_view.html
│ ├── data_view_readonly.html
│ └── modal.html
├── groups.html
├── layout.html
├── location.html
├── schedules.html
└── staff.html
- Pyhton
- SQLite3
- Java Script
- Bootstrap
- dbdiagram.io