Commit 9d4a28e9 by Sarina Canelake

Merge pull request #4826 from edx/sarina/jsme-hotfix

Release edx-jsme 1.0
parents 3c6a3bac db13868f
...@@ -566,7 +566,10 @@ INSTALLED_APPS = ( ...@@ -566,7 +566,10 @@ INSTALLED_APPS = (
'monitoring', 'monitoring',
# Course action state # Course action state
'course_action_state' 'course_action_state',
# Additional problem types
'edx_jsme', # Molecular Structure
) )
......
...@@ -1331,7 +1331,10 @@ INSTALLED_APPS = ( ...@@ -1331,7 +1331,10 @@ INSTALLED_APPS = (
'monitoring', 'monitoring',
# Course action state # Course action state
'course_action_state' 'course_action_state',
# Additional problem types
'edx_jsme', # Molecular Structure
) )
######################### MARKETING SITE ############################### ######################### MARKETING SITE ###############################
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
-e git+https://github.com/eventbrite/zendesk.git@d53fe0e81b623f084e91776bcf6369f8b7b63879#egg=zendesk -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/un33k/django-ipware.git@42cb1bb1dc680a60c6452e8bb2b843c2a0382c90#egg=django-ipware
-e git+https://github.com/appliedsec/pygeoip.git@95e69341cebf5a6a9fbf7c4f5439d458898bdc3b#egg=pygeoip -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: # Our libraries:
-e git+https://github.com/edx/XBlock.git@aed7a2c51a59836e435259ad0fb41f8e865fa530#egg=XBlock -e git+https://github.com/edx/XBlock.git@aed7a2c51a59836e435259ad0fb41f8e865fa530#egg=XBlock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment