Skip to content

Temporary Django project to demonstrate some of it functionality

Notifications You must be signed in to change notification settings

SukiCZ/tmp_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temp Django

Project to demonstrate some Django features

Currently only demonstrates GitHub OAuth with drf-social-oauth2

Setup

pip install -r requirements.txt

Run

  • Go to https://localhost:8000/auth/login/github/
  • Copy code from /auth/complete/github endpoint
curl -X POST -d "grant_type=convert_token&client_id=<client_id>&client_secret=<client_secret>&backend=github&token=<code>" https://localhost:8000/auth/convert-token

About

Temporary Django project to demonstrate some of it functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages