This Created For our Semester Final there 6 team members of our project with viva exam
A comprehensive web-based system for managing student data and attendance efficiently. This project provides functionalities to perform CRUD operations for students, manage their attendance, and view key information through an intuitive dashboard.
- Sidebar Navigation:
- Student Management: Add, Edit, Delete, and View Students.
- Attendance Management: Mark and View Present/Absent statuses.
- Main Content Area: Displays relevant data when navigating through sidebar options.
- Add new student records with proper validation.
- Edit existing student details.
- Delete records with confirmation.
- View the complete list of students with pagination and search functionality.
- Mark student attendance (Present/Absent).
- View attendance records in an organized table format.
- Add attendance entries with ease.
- CSRF Token implemented for secure form submissions.
- Input validation to ensure clean and reliable data.
- Debug mode disabled in production for enhanced security.
- Framework: Django 5.1.1
- Frontend: HTML, CSS, Bootstrap
- Database: SQLite
- Version Control: Git & GitHub
- Clone the repository:
git clone https://github.com/your-username/institute-management-system.git