A web application to make note of the attendance status for the students of SJEC
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
To run this Project enter the command
python manage.py runserver