School Management System in Django 1.11.5
Login Entities
- Parent
- Student
- Teacher/Admin
Other Entities
- Student_Attendance - Every student will have attendance per day.
- Departments - The institute has departments as in (Engineering, BSc, Pharma etc)
- Courses - Departments will have multiple courses. (Engineering has courses like Computer Science, Electrical, IT etc)
- Subjects - Courses will have multiple subjects.
- Exams - We should be able to create exam per course per subject.
- Student_Marks - For the Exams that are created, the enrolled course students should be given relatives marks by the teacher.