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
c011e713
Commit
c011e713
authored
Oct 16, 2017
by
edx-pipeline-bot
Committed by
GitHub
Oct 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16243 from edx/release-mergeback-to-master
Merge release back to master
parents
4a13f9bf
df472044
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
cms/envs/common.py
+3
-0
lms/envs/common.py
+3
-0
requirements/edx/base.txt
+1
-0
No files found.
cms/envs/common.py
View file @
c011e713
...
...
@@ -912,6 +912,9 @@ INSTALLED_APPS = [
# Common views
'openedx.core.djangoapps.common_views'
,
# History tables
'simple_history'
,
# Database-backed configuration
'config_models'
,
'waffle'
,
...
...
lms/envs/common.py
View file @
c011e713
...
...
@@ -1988,6 +1988,9 @@ INSTALLED_APPS = [
# Common views
'openedx.core.djangoapps.common_views'
,
# History tables
'simple_history'
,
# Database-backed configuration
'config_models'
,
'waffle'
,
...
...
requirements/edx/base.txt
View file @
c011e713
...
...
@@ -28,6 +28,7 @@ django-pipeline-forgiving==1.0.0
django-pyfs==1.0.7
django-sekizai>=0.10
django-ses==0.7.1
django-simple-history==1.6.3
django-statici18n==1.4.0
django-storages==1.4.1
django-method-override==0.1.0
...
...
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