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
bcf260ce
Commit
bcf260ce
authored
Aug 05, 2016
by
Brian Beggs
Committed by
GitHub
Aug 05, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13155 from edx/bbeggs/release-utils
Adding edx-django-release-util to LMS and CMS
parents
a63da43a
1182ae6c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
cms/envs/common.py
+3
-0
lms/envs/common.py
+3
-0
requirements/edx/base.txt
+4
-0
No files found.
cms/envs/common.py
View file @
bcf260ce
...
...
@@ -933,6 +933,9 @@ INSTALLED_APPS = (
# Enables default site and redirects
'django_sites_extensions'
,
# additional release utilities to ease automation
'release_util'
)
...
...
lms/envs/common.py
View file @
bcf260ce
...
...
@@ -2078,6 +2078,9 @@ INSTALLED_APPS = (
# Email marketing integration
'email_marketing'
,
# additional release utilities to ease automation
'release_util'
,
)
# Migrations which are not in the standard module "migrations"
...
...
requirements/edx/base.txt
View file @
bcf260ce
...
...
@@ -183,3 +183,6 @@ pynliner==0.5.2
# for sailthru integration
sailthru-client==2.2.3
# Release utils for the edx release pipeline
edx-django-release-util==0.0.4
\ No newline at end of file
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