Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
6dd9d9ec
Commit
6dd9d9ec
authored
Aug 14, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4586 from jazkarta/edx-jsme-1.0
Release edx-jsme 1.0
parents
c285bda6
88af0090
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
cms/envs/common.py
+4
-1
lms/envs/common.py
+4
-1
requirements/edx/github.txt
+1
-0
No files found.
cms/envs/common.py
View file @
6dd9d9ec
...
...
@@ -569,7 +569,10 @@ INSTALLED_APPS = (
'monitoring'
,
# Course action state
'course_action_state'
'course_action_state'
,
# Additional problem types
'edx_jsme'
,
# Molecular Structure
)
...
...
lms/envs/common.py
View file @
6dd9d9ec
...
...
@@ -1340,7 +1340,10 @@ INSTALLED_APPS = (
'monitoring'
,
# Course action state
'course_action_state'
'course_action_state'
,
# Additional problem types
'edx_jsme'
,
# Molecular Structure
)
######################### MARKETING SITE ###############################
...
...
requirements/edx/github.txt
View file @
6dd9d9ec
...
...
@@ -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@f0e53538be7ce90584a03cc7dd3f06bd43e12ac2#egg=XBlock
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment