Found 216 repositories(showing 30)
hackstarsj
student_management_system_in_django
riajulkashem
Student Result Management System written in Django web framework
narenaryan
A Teacher-Student task management system built in Django
mayank0403
This project is a online project management system for undergraduate and graduate students and their supervisors. It is Django Framework in Python and RDBMS is built in MySQL.
MeetDOD
🎓 A feature-rich Learning Management System (LMS) built with Django REST Framework and React.js, designed as a Udemy-like platform. Students can come and Enroll in various courses of their wish with wide range of Domains. Students Admin Panel, Teachers Admin Panel, Website Admin Panel, Student Testimonials, Various Categories etc
neeteshupreti
ATAS is a Django-based management system designed to automate the detection and tracking of students requiring compartment (re-take) exams. By leveraging Optical Character Recognition (OCR) and Pandas Data Processing, ATAS eliminates manual grade entry and identifies at-risk students in seconds.
A comprehensive Student Management System built with Django, featuring multi-role access, real-time notifications, and secure authentication.
rahul-connect
A Learning Management System built using Django and MySQL. Students can login and get study material for the course they have opt for. They will get resources such as video tutorials and PDF. They can upload Assignments. and in the end they have to give quiz based on every module.
dmitri-mamrukov
Student Course Management system in Django REST Framework
amine-el-amrani
Student Management Web Application: A full-stack web application for managing and associating students with groups, professors, and courses. Built using PYTHON, Django, HTML, CSS, JavaScript, React, and Bootstrap, this system features functionalities to add/remove students via a form, edit student details, and import/export data in CSV format.
neerajpandit
This project is Student Management System its made in DJango
peter-evance
ALX Software Engineering project developing a School Management System using Django and React. Streamlining student and teacher enrollment, grade tracking, and class scheduling for educational institutions. Join us in creating an efficient solution.🚀
This is a library management system project created using python Django. This is a Web application in which both Students and admin can register their self and then sign in. Admin can be able to add or delete new books in the library. The admiin also can check available books in the library and he can issue books to the students. Admin also can view the issued books and also can view the students list. student can sign-up or sign-in to their account and also can check issued books.
No description available
No description available
KiranKumarMalik
No description available
No description available
SheetalDeshpande31
Student Feedback Management System in django
A Django-based project for managing student records with basic CRUD operations: Create, Read, Update, and Delete. Perfect for understanding Django's core functionality and database interactions.
Twinkle49
Student Management System in Django: A comprehensive web app for educational institutions to manage student information. Simplify administrative tasks, streamline communication, and enhance student performance monitoring
Mariful-Islam
Mess management system is full functional application that helps to manage student monthly payment, In frontend used reactjs and in backend used django
akshaykathore
# College-ERP A college management system built using Django framework. It is designed for interactions between students and teachers. Features include attendance, marks and time table. ## Installation Python and Django need to be installed ```bash pip install django ``` ## Usage Go to the College-ERP folder and run ```bash python manage.py runserver ``` Then go to the browser and enter the url **http://127.0.0.1:8000/** ## Login The login page is common for students and teachers. The username is their name and password for everyone is 'project123'. Example usernames: student- 'samarth' teacher- 'trisila' You can access the django admin page at **http://127.0.0.1:8000/admin** and login with username 'admin' and the above password. Also a new admin user can be created using ```bash python manage.py createsuperuser ``` ## Users New students and teachers can be added through the admin page. A new user needs to be created for each. The admin page is used to modify all tables such as Students, Teachers, Departments, Courses, Classes etc. **For more details regarding the system and features please refer the reports included.** ## Update (29/11/2020) Added method to reset attendance time range in Django Admin page.  This is present in Django Admin -> Attendance (http://127.0.0.1:8000/admin/info/attendanceclass/). Start Date: Start Date of Attendance period End Date: End Date of Attendance period This will delete all present attendance data and create new attendance objects for the given time range. ## Screenshots ### Teacher Page        ### Student Page      ### Admin Page   
freesourcecode
This Student Management System project in Django created based on python, Django, and SQLITE3 Database. This system allows you to manage daily route-based activities at your school or university. This is a complete system with all of the features needed for daily operations, including an approval management system.
freesourcecode
The Student Result Management System in Django created based on Python, Django, and SQLITE3 Database. The Student Result Management System is an all-encompassing that is used to generate grades, manage student, manage student classes, manage subjects, manage password and manage result. We created a backend and frontend for students and admin user
gwthm-in
A Teacher-Student task management system built in Django
km427
a simple Django application for student and teacher management system for a tutorial centre. The system should having 2 types of users 1. Students 2. Teachers. A student can be assigned to 1 or more teachers. One teacher can teach 1 or more subjects. Details for the student and teacher are available in the below API. The system should implement the JWT authentication system.
cassiangido
A django-based student management system,for managing medium scaled number of students in any institution,built with python-django from scratch to final!
omkarpawar2002
A Django Student Management System with full CRUD functionality and built-in user authentication (login, logout, registration).
Bharatsofttech
A Django-MySQL based coaching management system with features like student registration, fee deposit tracking, and fee statements. Ideal for managing student records and finances in coaching institutes.
Student Management System utilizing Python, Django, HTML, CSS, and Bootstrap 4. The system is designed to empower users in efficiently managing student profiles with seamless Creating, Reading, Updating, and Deleting (CRUD) operations.