Wednesday, December 07, 2011

Setup — django-socialregistration 0.5 documentation

Setup — django-socialregistration 0.5 documentation: "Configuration
The most basic configuration is to add socialregistration and django.contrib.sites to your INSTALLED_APPS

INSTALLED_APPS = (
'django.contrib.sites',
'socialregistration'
)
"

'via Blog this'