Edit DOC and README.
This commit is contained in:
parent
41a62463eb
commit
3ce375a4f4
2 changed files with 4 additions and 2 deletions
4
DOC.md
4
DOC.md
|
@ -35,8 +35,8 @@ Before getting started there are some important things that you should know:
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python: `2.7.*`
|
- Python: `2.7` `3.4`
|
||||||
- Django: `1.7.*` `1.8.*`
|
- Django: `1.7` `1.8`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,8 @@ Django OIDC Provider
|
||||||
|
|
||||||
Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects.
|
Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects.
|
||||||
|
|
||||||
|
Support for Python 3 and 2. Also latest versions of django.
|
||||||
|
|
||||||
Read latest docs for more info.
|
Read latest docs for more info.
|
||||||
|
|
||||||
https://github.com/juanifioren/django-oidc-provider/blob/master/DOC.md
|
https://github.com/juanifioren/django-oidc-provider/blob/master/DOC.md
|
||||||
|
|
Loading…
Reference in a new issue