Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 432 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 432 Bytes

qrms-django

QRMS

College Automation System

Steps to setup

git clone https://github.com/aditya-kumbhar/qrms-django
cd qrms-django

Create a virtualenv
1) For Windows

virtualenv env
.\env\Scripts\activate

2) For Linux

virtualenv env
source env/bin/activate

Follow the steps inside virtualenv

pip install -r requirements.txt
cd src
python manage.py runserver