From 4f47700bae407b038413c236ba4254f96dfec558 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Tue, 8 Sep 2015 10:55:08 +0200 Subject: [PATCH] Add Account/Login support --- diggersdigest/diggersdigest/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/diggersdigest/diggersdigest/settings.py b/diggersdigest/diggersdigest/settings.py index 78eb1db..3dd4ee0 100644 --- a/diggersdigest/diggersdigest/settings.py +++ b/diggersdigest/diggersdigest/settings.py @@ -296,10 +296,9 @@ INSTALLED_APPS = ( "mezzanine.forms", "mezzanine.galleries", "mezzanine.twitter", - # "mezzanine.accounts", + "mezzanine.accounts", # "mezzanine.mobile", "records", - "records_shop", "payments.multipayments", 'paypal.standard.ipn', ) -- 2.39.5