资 源 简 介
Social Network Authentication with Gigya
"As the social web grows in size and influence, you need to ensure that your website is optimized to take advantage of this new phenomenon" -- http://www.gigya.com
Easily integrate your django project with all major social networks
this django app currently only supports authentication.
Installation
pip install http://django-gigyauth.googlecode.com/svn/trunk
add "gigyauth" to your INSTALLED_APPS
obtain the default templates: http://django-gigyauth.googlecode.com/svn/trunk/
make sure you have the templates checked out somewhere django can get to them - i.e:
cd (your templates directory)
svn co http://django-gigyauth.googlecode.com/svn/trunk/gigyauth/templates/gigyauth/
you may also want to check out the example base file which define the blocks
t