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 (Δ11 bytes):

raw changeset »

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

Up to file-list setup.py:

@@ -9,7 +9,7 @@ setup(
9
9
    url='http://code.welldev.org/django-oauth/',
10
10
    packages=find_packages(),
11
11
    classifiers=[
12
        'Development Status :: 5 - Stable',
12
        'Development Status :: 5 - Production/Stable',
13
13
        'Environment :: Web Environment',
14
14
        'Intended Audience :: Developers',
15
15
        'License :: OSI Approved :: BSD License',