Conflicts:
example/app/views.py
from django.template import RequestContext
from django.shortcuts import render_to_response
-
+ from social_auth import __version__ as version
+
def home(request):
"""Home view, displays login mechanism"""
if request.user.is_authenticated():
SOCIAL_AUTH_DEFAULT_USERNAME = 'socialauth_user'
SOCIAL_AUTH_COMPLETE_URL_NAME = 'complete'
LOGIN_ERROR_URL = '/login/error/'
+VKONTAKTE_APP_ID = ''
+VKONTAKTE_APP_SECRET = ''
#SOCIAL_AUTH_USER_MODEL = 'app.CustomUser'
+ SOCIAL_AUTH_ERROR_KEY = 'socialauth_error'