From 55442ec2a981a08ff2c233b557547a9d1c33b3ec Mon Sep 17 00:00:00 2001 From: muhammad-ammar Date: Wed, 1 Nov 2023 15:53:28 +0500 Subject: [PATCH] feat: add enterprise customer related setting --- lms/envs/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index ded83b773518..ac4d9ccd58a3 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -5306,6 +5306,10 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring ############## PLOTLY ############## +############ Internal Enterprise Settings ############ +ENTERPRISE_VSF_UUID = "e815503343644ac7845bc82325c34460" +############ Internal Enterprise Settings ############ + ENTERPRISE_MANUAL_REPORTING_CUSTOMER_UUIDS = [] AVAILABLE_DISCUSSION_TOURS = []