Removed course-run exam rule configuration

This commit is contained in:
Michael Roytman
2018-12-06 16:31:03 -05:00
committed by Dave St.Germain
parent 72a2e191fd
commit 23fcb7e7bb
20 changed files with 228 additions and 438 deletions

View File

@@ -53,12 +53,7 @@ DATABASES = {
PROCTORING_BACKENDS = {
'DEFAULT': 'mock',
'mock': {
'default_rules': {
'allow_snarfing': True,
'allow_grok': False,
}
},
'mock': {},
'mock_proctoring_without_rules': {},
}