A python django web app use allauth to support oauth login
- $ git clone https://github.com/kdchang/python-django-social-oauth-app.git && cd python-django-social-oauth-app
- $ virtualenv venv
- $ source venv/bin/activate
- $ pip install -r requirements.txt
- $ python manage.py migrate
- $ python manage.py makemigrations
- $ python manage.py runserver
- go to http://127.0.0.1:8000/admin setup your sites in admin
- add social app in admin