Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 242 Bytes

File metadata and controls

8 lines (7 loc) · 242 Bytes

This is simple social authentification with Google and Github account.

Run:

  1. pip install -r requirements.txt
  2. add your auth tokens and host in .env
  3. make migrations: python manage.py migrate
  4. run app : python manage.py runserver