From 31ec8ef708290187598a43fba6d3e7e5feff0f33 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Mon, 25 Jan 2016 19:52:03 +0500 Subject: [PATCH] Add service username in cms settings --- cms/envs/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index d6ce7cf47b..0c523a7833 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -60,6 +60,10 @@ from lms.envs.common import ( # Django REST framework configuration REST_FRAMEWORK, + + # the following setting is referenced in a migration in openedx that gets + # run under both lms and cms, so it must be available in both places. + CREDENTIALS_SERVICE_USERNAME ) from path import Path as path from warnings import simplefilter