Overview:
A Django Leave Management System function, Student can send a leave requests application to any teacher. And Teacher can send leave application to any admin. Admin receives applications send by any teacher and can respond to them.
They can ‘Accept’ or ‘Reject’ the application. And also Teacher receives applications send by any student and can respond to them. They can ‘Accept’ or ‘Reject’ the application.
- Student
- Teacher
- Admin
- Student can send a leave application to any teacher.
- Teacher can send leave application to any admin.
- Admin receives applications send by any teacher and can respond to them.They can ‘Accept’ or ‘Reject’ the application.
- Teacher receives applications send by any student and can respond to them.They can ‘Accept’ or ‘Reject’ the application.
- Teacher can receive the response from Admin of the application which he had send.
- Student can receive the response from Teacher of the application which he had send.
Futures:
Registrations for following users:
Sending leave application:
Receiving leave application:
Receiving response:





