From 0065d0cdec27c89bf912b6a308153e95cf4ca41d Mon Sep 17 00:00:00 2001 From: Evarin Date: Thu, 19 Apr 2018 12:35:26 +0200 Subject: [PATCH] =?UTF-8?q?Int=C3=A9gration=20allauth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- experiENS/settings_base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experiENS/settings_base.py b/experiENS/settings_base.py index 319e47a..837ee09 100644 --- a/experiENS/settings_base.py +++ b/experiENS/settings_base.py @@ -41,7 +41,8 @@ INSTALLED_APPS = ( 'allauth.account', 'allauth.socialaccount', 'allauth_cas', - 'allauth_ens.providers.clipper', +# 'allauth_ens.providers.clipper', + 'allauth_archiens', 'tastypie', 'braces',