hzheng44 / api-example-django

drchrono API example using django

Home Page:https://www.drchrono.com/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drchrono Hackathon

Requirements

Setup

$ pip install -r requirements.txt
$ python manage.py runserver

social_auth_drchrono/ contains a custom provider for Python Social Auth that handles OAUTH for drchrono. To configure it, set these fields in your drchrono/settings.py file:

SOCIAL_AUTH_DRCHRONO_KEY
SOCIAL_AUTH_DRCHRONO_SECRET
SOCIAL_AUTH_DRCHRONO_SCOPE
LOGIN_REDIRECT_URL

About

drchrono API example using django

https://www.drchrono.com/api/


Languages

Language:Python 97.6%Language:HTML 2.4%