To run this website, clone the repo using
''' git clone https://github.com/patni11/mysite '''
go into the mysite folder and then run
''' source venv/bin/activate '''
to activate the virtual enviornment. Install the requirements
''' pip3 install -r requirements.txt '''
Finally run
''' python3 manage.py runserver '''