Skip to content

adamchainz/django-le-social

 
 

Repository files navigation

Django-le-social

Build Status

Django-le-social is an external registration helper for Django. It currently lets you use Twitter (OAuth) and OpenID authentication, as well as traditional registration.

It's more a framework than a drop-in app in the sense that it won't create any user data for you: when a user comes from an external authentication source, django-le-social executes a method that you decide. There is no user creation, no new model instance, no user login. You need to decide what to do, mainly store the OAuth token or the OpenID data, create a user and log him in.

Hacking

Setup your environment:

git clone https://brutasse@github.com/brutasse/django-le-social.git
cd django-le-social
mkvirtualenv --python le-social
pip install tox

Hack, and run the tests:

tox

Tox runs all tests on python2.6, 2.7 and 3.3 and above, as well as all the supported Django versions.

About

External registration / authentication for Django

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Languages

  • Python 98.6%
  • HTML 1.4%