django-xauth

All-in-one Django registration application
Download

django-xauth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Grigoriy Petukhov
  • Publisher web site:
  • http://bitbucket.org/lorien/

django-xauth Tags


django-xauth Description

All-in-one Django registration application django-xauth is an all-in-one Django registration app for the Django framework. Django-xauth is django application which is all-in-one solution for registration on the site via different 3rd part services like openid, oauth, etc. Xauth consists of services. For now only openid and oauth is available. Each service enables your users to use a number of popular websites. Openid service allows to use google, yandex, yahoo, etc. Oauth allows to use twitter, vkontakte, etc.Installation (read carefully):- Install django-xauth package using pip or easy_install (anyway for now it is better use recent version from the bitbucket)- Install dependencies- Put "xauth" into INSTALLED_APPS- Put "xauth.backends.XauthBackend" into AUTHENTICATION_BACKENDS- Put "from xauth.settings import *" in your settings.py to import default xauth settings- Put "url(r'^auth/', include('xauth.urls'))" into urls.py- Run syncdb- Enable "django.contrib.messages" Requirements: · Python · Django


django-xauth Related Software