Commit bcf260ce by Brian Beggs Committed by GitHub

Merge pull request #13155 from edx/bbeggs/release-utils

Adding edx-django-release-util to LMS and CMS
parents a63da43a 1182ae6c
......@@ -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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment