Ejemplo n.º 1
0
 def get_user(self, user_id):
     """
     Return user with given ID from the User model used by this backend
     """
     return UserSocialAuth.get_user(user_id)