- This is a web-based College Management System developed using Django, a Python-based web framework. The system is designed to help colleges to manage their administrative tasks more efficiently by automating processes related to student management, faculty management, course management, exam management, attendance management, and grade management.
- User authentication and authorization
- Student registration and management
- Faculty registration and management
- Reporting and analytics
To install the College Management System, follow these steps:
- Clone the repository from GitHub
- Create a virtual environment and activate it
- Install the requirements using
pip install -r requirements.txt
- Run the migrations using
python manage.py migrate
- Start the development server using
python manage.py runserver
- Once the server is running, you can access the College Management System by navigating to
http://localhost:8000
- in your web browser. From there, you can log in and start using the system.
- If you would like to contribute to the College Management System, feel free to submit a pull request. Before doing so, please make sure to read our contributing guidelines.
- This project is licensed under the MIT License. See the
LICENSE file
for more information.