]> git.parisson.com Git - diggersdigest.git/commitdiff
Add Account/Login support
authorThomas Fillon <thomas@parisson.com>
Tue, 8 Sep 2015 08:55:08 +0000 (10:55 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 8 Sep 2015 08:55:08 +0000 (10:55 +0200)
diggersdigest/diggersdigest/settings.py

index 78eb1db1a200a05cb114ee968f83c09234f88bc8..3dd4ee001b0865f7a361e98cd42dbc43bbd700cc 100644 (file)
@@ -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',
 )