]> git.parisson.com Git - django-social-auth.git/commit
Added backends module with contribs section and simpler way to add extra backends...
authorMatías Aguirre <matiasaguirre@gmail.com>
Tue, 18 Jan 2011 17:14:54 +0000 (15:14 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Tue, 18 Jan 2011 17:14:54 +0000 (15:14 -0200)
commit7fba9e3414d32d48cd4e782caa958cd007362f90
treef14cc46d8962d28236cf7ed1a549262bc1c855a4
parent36b2df439a7ad3f9eedaa95cf407fde07fe92e52
Added backends module with contribs section and simpler way to add extra backends support. Closes gh-16
20 files changed:
README.rst
example/settings.py
example/templates/done.html
example/templates/home.html
social_auth/__init__.py
social_auth/admin.py
social_auth/auth.py [deleted file]
social_auth/backends.py [deleted file]
social_auth/backends/__init__.py [new file with mode: 0644]
social_auth/backends/contrib/__init__.py [new file with mode: 0644]
social_auth/backends/contrib/livejournal.py [new file with mode: 0644]
social_auth/backends/contrib/orkut.py [new file with mode: 0644]
social_auth/backends/facebook.py [new file with mode: 0644]
social_auth/backends/google.py [new file with mode: 0644]
social_auth/backends/twitter.py [new file with mode: 0644]
social_auth/backends/yahoo.py [new file with mode: 0644]
social_auth/conf.py [deleted file]
social_auth/store.py
social_auth/urls.py
social_auth/views.py