PLAT-1976 Add waffle switch to block auth_user write attempts

This commit is contained in:
Jeremy Bowman
2018-02-27 13:47:34 -05:00
parent 49790d2dd3
commit b3ac2b1b06
15 changed files with 226 additions and 53 deletions

View File

@@ -987,7 +987,7 @@ INSTALLED_APPS = [
'openedx.core.djangoapps.contentserver',
'course_creators',
'openedx.core.djangoapps.external_auth',
'student', # misleading name due to sharing with lms
'student.apps.StudentConfig', # misleading name due to sharing with lms
'openedx.core.djangoapps.course_groups', # not used in cms (yet), but tests run
'xblock_config.apps.XBlockConfig',