I have successfully installed django-social-auth. I entered the API keys and it is even working. But now I do not know how to create a login template where I can provide both social login as well as traditional registration.
I have the links for social auth for twitter, facebook etc But I do not know how to create a form for a registration to create a django user. Can anybody please help me. I am a beginner in handling Django templates
First result in google for "django registration user" query search :
http://www.b-list.org/weblog/2006/sep/02/django-tips-user-registration/
You could make the search on your own.
By the way, this article is fairly good :)