Enable course run level overrides for proctoring configuration.

This commit is contained in:
Michael Roytman
2018-11-02 11:41:26 -04:00
committed by Dave St.Germain
parent 77922ae073
commit ecabcf90dd
22 changed files with 627 additions and 90 deletions

View File

@@ -51,6 +51,17 @@ DATABASES = {
}
}
PROCTORING_BACKENDS = {
'DEFAULT': 'mock',
'mock': {
'default_rules': {
'allow_snarfing': True,
'allow_grok': False,
}
},
'mock_proctoring_without_rules': {},
}
FEATURES = {}
INSTALLED_APPS = (