To run this example:
- Map your loop back 127.0.0.1 ip address to dev.example.com
- Obtain client ids and secrets from OAuth providers you want to integrate
- Put them in the
website/settings.py
in theSOCIAL_BLUEPRINT
settings - Install package dependencies
- Initialize database
python manage.py initdb
- Run web server
python main.py
- Open http://dev.example.com:5055 your browser