This is simple attendece web app where student can see attendence and teacher can take attendence easily
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
Avkaran Singh
Made With ❤️