Complete guide at - https://fosstack.com/how-to-add-google-authentication-in-django/
- Clone repository
git clone https://github.com/fosstack/Google-OAuth-Demo.git - cd (change directory) to repository.
- Create a virtualenv
virtualenv -p python3 . - Activate virtualenv
source bin/activate - Install required packages
pip3 install -r requirements.txt - Make migration
python manage.py migrate - Run the server
python manage.py runserver