Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-le-social

How to install django-le-social

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-le-social
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.5
0.8Never BuiltWhy not?
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
Windows (64-bit)
0.5
0.8Never BuiltWhy not?
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
Mac OS X (10.5+)
0.8 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
Linux (32-bit)
0.8 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
Linux (64-bit)
0.8 Available View build log
0.6 Available View build log
0.5 Available View build log
0.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.8 Available View build log
 
Author
License
BSD licence, see LICENCE file
Dependencies
Lastest release
version 0.8 on May 20th, 2013
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 python2 le-social
add2virtualenv .
pip install -r requirements.txt

Hack, and run the tests:

python setup.py test

Or do it with Tox to test on python2.6, 2.7 and 3.3, as well as all the supported Django versions:

tox

Subscribe to package updates

Last updated May 20th, 2013

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.