From 853586edc57d55cc937a42163a14cdb7d165b477 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 6 Oct 2016 11:02:48 +0200 Subject: [PATCH] Fix add products by allowing variations --- app/local_settings.py | 4 ++++ app/settings.py | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/local_settings.py b/app/local_settings.py index 4b76b14a..70325834 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -185,3 +185,7 @@ DEBUG_TOOLBAR_PANELS = [ GRAPPELLI_INSTALLED = True # JQUERY_FILENAME = 'jquery-3.1.0.min.js' JQUERY_UI_FILENAME = 'jquery-ui-1.9.2.min.js' + +#SHOP_CURRENCY_LOCALE = '' +SHOP_USE_VARIATIONS = True +SHOP_USE_RATINGS = False diff --git a/app/settings.py b/app/settings.py index 2231530d..bd1ffe2d 100644 --- a/app/settings.py +++ b/app/settings.py @@ -128,10 +128,6 @@ USE_L10N = True AUTHENTICATION_BACKENDS = ("mezzanine.core.auth_backends.MezzanineBackend",) -SHOP_CURRENCY_LOCALE = '' -SHOP_USE_VARIATIONS = False - - ############# # DATABASES # ############# -- 2.39.5