Release edx-jsme 1.0
This commit is contained in:
committed by
Sarina Canelake
parent
3c6a3bacd5
commit
db13868f3e
@@ -566,7 +566,10 @@ INSTALLED_APPS = (
|
||||
'monitoring',
|
||||
|
||||
# Course action state
|
||||
'course_action_state'
|
||||
'course_action_state',
|
||||
|
||||
# Additional problem types
|
||||
'edx_jsme', # Molecular Structure
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -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 ###############################
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user