Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 535 Bytes

RollCaller

A web application to make note of the attendance status for the students of SJEC

Installation

To create a conda environment run the below command

conda create --name rollcaller --file conda-requirements.txt

To activate this environment

activate rollcaller

Note if you have installed a new package run this command to call it to the requirements.txt file

conda list -e > conda-requirements.txt

Running the project

To run this Project enter the command

python manage.py runserver