Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.73 KB

readme.md

File metadata and controls

39 lines (28 loc) · 1.73 KB

django-connect

This app will connect the users of your django app to 3rd party sites. It is designed to support the following use cases:

  • registration (facebook, twitter, password)
  • login (facebook, twitter, password)
  • finding friends (facebook, twitter)
  • using an avatar (facebook, twitter, gravatar, user upload)
  • displaying links to a users 3rd party profiles (facebook, twitter)
  • syncing data with 3rd party sites (facebook, twitter)

Issues:

please report bugs, issues, or suggestions here

Install:

You can get the source directly from GitHub either by downloading the project or checking out the repository.

A quick shortcut is to checkout the project directly into your Python path:

git clone git://github.com/chrisdrackett/django-connect.git connect

Or use pip:

pip install django-connect

Other resources: