#Not Completed
My final year college project with
@Krishnadas
@Yaseen
@Nakhilesh
pip install virtualenv
py -m venv env
.\env\Scripts\activatepip install -r requirements.txtpython manage.py flushpython manage.py makemigrations
python manage.py migratepython manage.py runserver