From 187c17249024984983c89817a4f514fa75c3cd53 Mon Sep 17 00:00:00 2001 From: Stas Kravets Date: Wed, 12 Jan 2011 14:09:01 +0300 Subject: [PATCH] LiveJournal backend added to social_auth and example. --- example/app/views.py | 7 +++++++ example/local_settings.py.template | 2 ++ social_auth/auth.py | 12 ++++++++++++ social_auth/conf.py | 14 ++++++++------ social_auth/views.py | 3 ++- 5 files changed, 31 insertions(+), 7 deletions(-) diff --git a/example/app/views.py b/example/app/views.py index 57cf051..73c9618 100644 --- a/example/app/views.py +++ b/example/app/views.py @@ -27,6 +27,13 @@ def home(request):