Skip to content

mayank270/College-ERP

 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 57.1%
  • Python 37.3%
  • SCSS 5.6%