]> git.parisson.com Git - django-social-auth.git/commit
Initial commit for django-social-auth
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 8 Nov 2010 10:07:59 +0000 (08:07 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 8 Nov 2010 10:07:59 +0000 (08:07 -0200)
commit88cf415c9819165ee5e25bdede8f55c88fb4f1e5
treeb04f3a1ec363cec6a6513cd63a07448c99860f15
Initial commit for django-social-auth
23 files changed:
.gitignore [new file with mode: 0644]
COPYRIGHT [new file with mode: 0644]
LICENCE [new file with mode: 0644]
LICENCE.django-openid-auth [new file with mode: 0644]
README.rst [new file with mode: 0644]
example/__init__.py [new file with mode: 0644]
example/app/__init__.py [new file with mode: 0644]
example/app/views.py [new file with mode: 0644]
example/local_settings.py.template [new file with mode: 0644]
example/manage.py [new file with mode: 0755]
example/settings.py [new file with mode: 0644]
example/social_auth [new symlink]
example/urls.py [new file with mode: 0644]
social_auth/__init__.py [new file with mode: 0644]
social_auth/admin.py [new file with mode: 0644]
social_auth/backends.py [new file with mode: 0644]
social_auth/base.py [new file with mode: 0644]
social_auth/conf.py [new file with mode: 0644]
social_auth/models.py [new file with mode: 0644]
social_auth/oauth.py [new file with mode: 0644]
social_auth/store.py [new file with mode: 0644]
social_auth/urls.py [new file with mode: 0644]
social_auth/views.py [new file with mode: 0644]