PLAT-1774 Move x_module monkey-patching

This commit is contained in:
Jeremy Bowman
2017-11-06 11:32:55 -05:00
parent 0255592c67
commit c24a919856
7 changed files with 55 additions and 25 deletions

View File

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