Add service username in cms settings

This commit is contained in:
Ahsan Ulhaq
2016-01-25 19:52:03 +05:00
parent 0d1765e190
commit 31ec8ef708

View File

@@ -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