Adding edx-django-release-util to LMS and CMS

This commit is contained in:
Brian Beggs
2016-08-02 18:06:22 -04:00
parent a63da43a6e
commit 1182ae6c54
3 changed files with 9 additions and 0 deletions

View File

@@ -933,6 +933,9 @@ INSTALLED_APPS = (
# Enables default site and redirects
'django_sites_extensions',
# additional release utilities to ease automation
'release_util'
)

View File

@@ -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"

View File

@@ -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