http://cmscollegemanagementsystem.pythonanywhere.com/
- This is a Simple College Management System Developed for Educational Purpose using Python (Django).
- See Overall Summary Charts of Students Performance, Staffs Performance, Add/Remove Courses, Add/Remove Subjects, Check/Reply Leave application of staffs/students, Check/reply on feedback bt staffs/students etc.
- Manage Staffs (Add, Update and Delete)
- Manage Students (Add, Update and Delete)
- Manage Course (Add, Update and Delete)
- Manage Subjects (Add, Update and Delete)
- Manage Sessions (Add, Update and Delete)
- View Student Attendance
- Review and Reply Student/Staff Feedback
- Review (Approve/Reject) Student/Staff Leave
- Update Profile
- Login/Logout
- See the Overall Summary Charts related to their students, their subjects, leave status, etc.
- Take/Update Students Attendance
- Add/Update Result
- Apply for Leave
- Send Feedback to HOD
- Update Profile
- Login/Logout
- See the Overall Summary Charts related to their attendance, their subjects, leave status, etc.
- View Attendance
- View Result
- Apply for Leave
- Send Feedback to HOD
- Update Profile
- Login/Logout
- Django, Ajax, Jquery, Bootstrap, Javascript, Python, Owl Carousel, HTML, CSS
- To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with
pip install virtualenv
- Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project
virtualenv env
- That will create a new folder env in your project directory. Next activate it with this command on mac/linux:
source env/bin/active
- Then install the project dependencies with
pip install -r requirements.txt
- Now you can run the project with this command
python manage.py runserver
Home Page
User Registration
User Login
Contact Page
Admin Home Page
Staff Home Page
Student Home Page
Add Course Page
Add Student Page
Add Staff Page
Add Subject Page
Manage Subject Page
Manage Course Page
Manage Staff Page
Manage Student Page
Staff Take Attendance Page
Staff View and Update Attendance Page
Session Year Manage
Staff Apply for Leave
Staff Feedback Message
Student View Attendance Form
Student View Attendance Data
Student Apply for Leave
Student Send Feedback Message
HOD Reply Student Feedback
HOD Reply Staff Feedback
HOD Approve and Disapprove Student Leave
HOD Approve and Disapprove Staff Leave
HOD View Attendance Data
Add Student Results From Staff Panel
Email_id should be in following format:
<username>.<staff|student|hod>@<college_domain>