fix allauth

This commit is contained in:
Daniel Greenfeld 2013-08-16 20:52:30 +02:00
parent 18bb7069e4
commit dd7fb952d7

View File

@ -194,7 +194,7 @@ INSTALLED_APPS += (
# South and allauth
'allauth', # registration
'allauth.account', # registration
# 'allauth.socialaccount', # registration
'allauth.socialaccount', # registration
)
########## END APP CONFIGURATION