Revert "Merge pull request #11324 from edx/ahsan/rc-add-service-user-in-cms"

This reverts commit a84b81113b, reversing
changes made to 0d1765e190.
This commit is contained in:
Adam Palay
2016-01-25 12:45:07 -05:00
parent a84b81113b
commit c9c8116da7

View File

@@ -60,10 +60,6 @@ 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