Skip to main content

A generic system for interacting with remote APIs that need to create Django users.

Project description

Introduction

The Django-Social-User library provides an abstract Django-based system for working with remote social networks identities. A social identity stores all information gathered about a person from a social network account, and attempts to mirror the information that is necessary for a Django user.

All functions and classes are documented inline. If you have additional questions, I can be reached on github or at admin@mattsnider.com.

Getting started

Standard stuff applies to install. Use PIP to install with dependencies:

pip install git+https://github.com/mattsnider/Django-Social-User.git#egg=django_social_user

Or install from the command line:

python setup.py install

Dependencies

This library is dependent on Django 1.3 or greater. You will need to configure any remote services that you wish to use as this library is expected to be extended. I have a second project django-simple-social (https://www.github.com/mattsnider/django-simple-social) that uses this package to interface with common social networks.

If you have south installed, then database table creation and future updates will be managed automatically. If you don’t, you may run into DB compatibility issues that you must manually resolve.

Usage Guide

Todo

  1. better error handling

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-social-user-0.1.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page