Update Docs.

This commit is contained in:
Juan Ignacio Fiorentino 2015-03-25 11:35:59 -03:00
parent b7d4c4377d
commit 8dbd586f42

4
DOC.md
View file

@ -1,5 +1,3 @@
![OpenID Connect](http://wiki.openid.net/f/openid-logo-wordmark.png)
# Welcome to the Docs!
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.
@ -36,6 +34,8 @@ Before getting started there are some important things that you should know:
## Installation
If you want to get started fast see our [Example App](https://github.com/juanifioren/django-oidc-provider/tree/master/example_app) folder.
Install the package using pip.
```bash