Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 547 Bytes

Flask Social Blueprint example for SQLAlchemy

To run this example:

  1. Map your loop back 127.0.0.1 ip address to dev.example.com
  2. Obtain client ids and secrets from OAuth providers you want to integrate
  3. Put them in the website/settings.py in the SOCIAL_BLUEPRINT settings
  4. Install package dependencies
  5. Initialize database python manage.py initdb
  6. Run web server python main.py
  7. Open http://dev.example.com:5055 your browser