david / django-oauth (http://oauth.net/)

Support of OAuth in Django. Note that http://code.welldev.org/django-oauth-plus will use python-oauth2 if you're interested in it.

Clone this repository (size: 114.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-oauth

Changed (Δ0 bytes):

raw changeset »

setup.py (1 lines added, 1 lines removed)

Up to file-list setup.py:

@@ -2,7 +2,7 @@ from setuptools import setup, find_packa
2
2
 
3
3
setup(
4
4
    name='django-oauth',
5
    version='1.0',
5
    version='1.1',
6
6
    description='Support of OAuth in Django.',
7
7
    author='David Larlet',
8
8
    author_email='david@larlet.fr',