From cf3bd249ae4e5da85cb94408373476c10e95586d Mon Sep 17 00:00:00 2001 From: Hiroki Yasui Date: Fri, 18 Sep 2015 10:34:35 +0900 Subject: [PATCH] added staging logo image on cms(#321) --- cms/envs/common.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index b503fe8dcf5f..248ecec205fe 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -128,6 +128,11 @@ # in sync with the one in lms/envs/common.py 'IS_EDX_DOMAIN': False, + # Is this an staging environment? + # for consistency in user-experience, keep the value of this feature flag + # in sync with the one in lms/envs/common.py + 'IS_STAGING_DOMAIN': False, + # let students save and manage their annotations # for consistency in user-experience, keep the value of this feature flag # in sync with the one in lms/envs/common.py