Go to file
Nicco b1e0c9681a Update setup.py
adding tests_require option ;-)
2015-02-19 14:29:27 -03:00
oidc_provider Model definition changes 2015-02-18 16:25:34 -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 Change name of the package. 2015-02-18 15:07:22 -03:00
README.rst Resolve Merge conflict. 2015-02-18 15:08:40 -03:00
setup.py Update setup.py 2015-02-19 14:29:27 -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 oidc_provider

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

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