Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 188 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 188 Bytes

django-oauth2-backend

simple & default django oauth server for start

Installation

> python3 -m venv venv
> source venv/bin/activate
venv) > pip install -r requirements.txt