django-socialprofile

Enables users to manage their user profile built by logging in via a social service such as Google, Twi...
Download

django-socialprofile Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Tim White
  • Publisher web site:
  • http://timlwhite.com

django-socialprofile Tags


django-socialprofile Description

django-socialprofile gives you an out-of-the-box way to let users create an account in your application using Google, Twitter, or Facebook authentication.Users can edit their profile, view other users' profiles, and add multiple types of auth to the same profile.Django Social Profile relies on omab's excellent django-socialauth to do the actual authentication with the backend providers. If you are just looking for the authentication piece, as opposed to the UI for customers to use, that module will be all you need. If you are willing to spend a bit of time with the UI, you can integrate any of the backends that django-socialauth provides (which is extensive).InstallationFrom pypi: pip install django-socialprofileor: easy_install django-socialprofileor clone from github: git clone git://github.com/cyface/django-socialprofile.gitand add django-socialprofile to the PYTHONPATH: export PYTHONPATH=$PYTHONPATH:$(pwd)/django-socialprofile/or: cd django-socialprofile sudo python setup.py installProduct's homepage


django-socialprofile Related Software