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.
| commit 26: | f5d507cac89c |
| parent 25: | 5df2b89ef96d |
| branch: | default |
Valid Development Status for pypi
19 months ago
Changed (Δ11 bytes):
raw changeset »
setup.py (1 lines added, 1 lines removed)
| … | … | @@ -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 - |
|
12 |
'Development Status :: 5 - Production/Stable', |
|
13 |
13 |
'Environment :: Web Environment', |
14 |
14 |
'Intended Audience :: Developers', |
15 |
15 |
'License :: OSI Approved :: BSD License', |
