Merge pull request #13155 from edx/bbeggs/release-utils
Adding edx-django-release-util to LMS and CMS
This commit is contained in:
@@ -933,6 +933,9 @@ INSTALLED_APPS = (
|
||||
|
||||
# Enables default site and redirects
|
||||
'django_sites_extensions',
|
||||
|
||||
# additional release utilities to ease automation
|
||||
'release_util'
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user