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
3c9f0990
Commit
3c9f0990
authored
Aug 14, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify server group dev config to enable separate concurrent Askbot instances.
parent
e85db614
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
lms/envs/devgroups/courses.py
+3
-0
lms/envs/devgroups/h_cs50.py
+3
-2
lms/envs/devgroups/m_6002.py
+2
-2
No files found.
lms/envs/devgroups/courses.py
View file @
3c9f0990
...
...
@@ -41,3 +41,6 @@ def course_db_for(course_id):
}
}
def
askbot_url_for
(
course_id
):
return
"courses/{0}/discussions/"
.
format
(
course_id
)
lms/envs/devgroups/h_cs50.py
View file @
3c9f0990
from
.courses
import
*
DATABASES
=
course_db_for
(
'HarvardX/CS50x/2012'
)
\ No newline at end of file
DATABASES
=
course_db_for
(
'HarvardX/CS50x/2012'
)
ASKBOT_URL
=
askbot_url_for
(
"HarvardX/CS50x/2012"
)
\ No newline at end of file
lms/envs/devgroups/m_6002.py
View file @
3c9f0990
from
.courses
import
*
DATABASES
=
course_db_for
(
'MITx/6.002x/2012_Fall'
)
\ No newline at end of file
DATABASES
=
course_db_for
(
'MITx/6.002x/2012_Fall'
)
ASKBOT_URL
=
askbot_url_for
(
"MITx/6.002x/2012_Fall"
)
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