Go to file
Juan Ignacio Fiorentino 33ed4bb3b7 Update README.
2015-02-18 14:37:09 -03:00
openid_provider We have a bug with this model definition, forcing nullable 2015-02-13 14:55:05 -03:00
.gitignore Auto now 2015-02-06 14:26:34 -03:00
LICENSE Initial commit. 2014-12-19 12:27:43 -03:00
MANIFEST.in Initial commit. 2014-12-19 12:27:43 -03:00
README.rst Update README. 2015-02-18 14:37:09 -03:00
setup.py Add some tests. 2015-02-11 15:37:51 -03:00

Django-OIDC-Provider
####################

OpenID Connect Provider implementation for Django. Read docs for more info. https://github.com/juanifioren/django-oidc-provider/wiki

*************
Running tests
*************

Just run them as normal Django tests.

.. code::
    
    $ python manage.py test openid_provider

************
Contributing
************

We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just submit a Pull Request.