Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
e430556f
Commit
e430556f
authored
Feb 03, 2014
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add XBlock and xblock-sdk dependencies separately (latter has workbench and sample XBlocks)
parent
4ac98443
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
requirements/base.txt
+3
-2
settings/base.py
+1
-1
No files found.
requirements/base.txt
View file @
e430556f
# edX Internal Requirements
git+https://github.com/edx/XBlock.git@1d228943#egg=XBlock
git+https://github.com/edx/XBlock.git@d38ea051#egg=XBlock
git+https://github.com/ormsbee/xblock-sdk.git@3c092c27#egg=xblock-sdk
# Third Party Requirements
django==1.4.8
Django >= 1.4, < 1.5
django-extensions==1.3.3
djangorestframework==2.3.5
Mako==0.9.1
settings/base.py
View file @
e430556f
...
...
@@ -133,7 +133,7 @@ INSTALLED_APPS = (
# XBlock
'workbench'
,
'
demo_xblocks'
,
'
sample_xblocks.basic'
,
# Needs to be an app for template lookup
# edx-tim apps
'submissions'
,
...
...
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