Go to file
Evan Culver 1534655420 Fixing silly bug in test wrapper's django version detection. 2013-12-18 12:28:36 -08:00
docs Use `constants` instead of going directly through settings when invalidating tokens and grants. This also replaces 'clean' with 'delete' for the new setting to be more clear as to what's being done under the hood. 2013-11-05 15:17:44 -08:00
provider #55 - Removing another unnecessary import. 2013-12-18 09:28:09 -08:00
tests Added manage.py for testing purposes 2013-01-17 16:19:17 +00:00
.gitignore Better .gitignore file 2013-03-02 00:00:26 +01:00
.travis.yml #55 - Update travis-ci config to include Django 1.6. 2013-12-18 11:22:18 -08:00
LICENSE Initial commit 2012-01-18 17:03:41 +00:00
MANIFEST.in #29 - Remove trailing slash that was causing installs to fail on Windows. 2013-10-25 16:23:16 -07:00
README.rst Adding a License section to README. 2013-10-25 19:01:33 -07:00
manage.py Added manage.py for testing purposes 2013-01-17 16:19:17 +00:00
requirements.txt Tests updates 2013-06-14 16:09:55 +01:00
setup.py Addressing #28 by replacing the BSD license reference with MIT to match what's in the repo. 2013-10-25 15:44:46 -07:00
test.sh Fixing silly bug in test wrapper's django version detection. 2013-12-18 12:28:36 -08:00
tox.ini #55 Adding Django 1.6 to tox coverage matrix. 2013-12-18 09:15:26 -08:00

README.rst

django-oauth2-provider
======================

.. image:: https://travis-ci.org/caffeinehit/django-oauth2-provider.png?branch=master

*django-oauth2-provider* is a Django application that provides
customizable OAuth2\-authentication for your Django projects.

`Documentation <http://readthedocs.org/docs/django-oauth2-provider/en/latest/>`_

`Help <https://groups.google.com/d/forum/django-oauth2-provider>`_

License
=======

*django-oauth2-provider* is released under the MIT License. Please see the LICENSE file for details.