Skip to content

Faculty in a college must manage all information regarding students' attendance, exam results, and personal information. These records are kept by saving them in excel sheets and word documents. Teachers occasionally require data for a specific purpose. They are required to submit a weekly attendance report. To date, they have completed more tim…

gauravpatil97886/College-Enterprise-Resource-Planning-System-Project-

Repository files navigation

SVKM-ERP-SYSTEM GitHub repo size

An ERP system for colleges that allows professors to manage student attendance and exam results on a single platform. Professors can generate attendance and results reports. Students can check their attendance and exam results daily.


Installation required


  • Python and Django need to be installed:
  • pip install django
  • Create a Python virtual environment and install dependencies:
  • python -m venv env
  • venv\scripts\activate
  • pip install --upgrade pip
  • pip install -r requirements.txt

Creating a project:

  • django-admin startproject mysite
  • The development server:
  • Go to the SVKM-ERP folder and run
  • Open terminal and enter:
  • python manage.py runserver
  • Then go to the browser and enter the url http://127.0.0.1:8000/

About

Faculty in a college must manage all information regarding students' attendance, exam results, and personal information. These records are kept by saving them in excel sheets and word documents. Teachers occasionally require data for a specific purpose. They are required to submit a weekly attendance report. To date, they have completed more tim…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published