Enable timed/special exams and pre-reqs in devstack.

These are common and useful enough features that it makes sense to
enable it for developers by default.
This commit is contained in:
David Ormsbee
2021-01-05 13:17:42 -05:00
parent db152dda45
commit 5a149f0fe3
2 changed files with 8 additions and 0 deletions

View File

@@ -236,3 +236,7 @@ CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_HEADERS = corsheaders_default_headers + (
'use-jwt-cookie',
)
################### Special Exams (Proctoring) and Prereqs ###################
FEATURES['ENABLE_SPECIAL_EXAMS'] = True
FEATURES['ENABLE_PREREQUISITE_COURSES'] = True