##Installation Steps
Clone the repository
create virutual environment
pip install -r requirements.txt
python manage.py migrate - To create basic models
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = 'YOURGMAIL'
EMAIL_HOST_PASSWORD = 'YOURGMAIL-APP-PASSWORD'
EMAIL_PORT = 587`