Commit 31ec8ef7 by Ahsan Ulhaq

Add service username in cms settings

parent 0d1765e1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment