diff --git a/cms/envs/common.py b/cms/envs/common.py index 0492ec9cd0..57227eb42b 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -566,7 +566,10 @@ INSTALLED_APPS = ( 'monitoring', # Course action state - 'course_action_state' + 'course_action_state', + + # Additional problem types + 'edx_jsme', # Molecular Structure ) diff --git a/lms/envs/common.py b/lms/envs/common.py index 58c9031942..c1929d217d 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1331,7 +1331,10 @@ INSTALLED_APPS = ( 'monitoring', # Course action state - 'course_action_state' + 'course_action_state', + + # Additional problem types + 'edx_jsme', # Molecular Structure ) ######################### MARKETING SITE ############################### diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index b0c77e8018..13d29596df 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -15,6 +15,7 @@ -e git+https://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk -e git+https://github.com/un33k/django-ipware.git@42cb1bb1dc680a60c6452e8bb2b843c2a0382c90#egg=django-ipware -e git+https://github.com/appliedsec/pygeoip.git@95e69341cebf5a6a9fbf7c4f5439d458898bdc3b#egg=pygeoip +-e git+https://github.com/jazkarta/edx-jsme.git@813079fd5218ed275248d2a1fcae2fcbf20a0838#egg=edx-jsme # Our libraries: -e git+https://github.com/edx/XBlock.git@aed7a2c51a59836e435259ad0fb41f8e865fa530#egg=XBlock