Commit 1182ae6c by Brian Beggs

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

parent a63da43a
...@@ -933,6 +933,9 @@ INSTALLED_APPS = ( ...@@ -933,6 +933,9 @@ INSTALLED_APPS = (
# Enables default site and redirects # Enables default site and redirects
'django_sites_extensions', 'django_sites_extensions',
# additional release utilities to ease automation
'release_util'
) )
......
...@@ -2078,6 +2078,9 @@ INSTALLED_APPS = ( ...@@ -2078,6 +2078,9 @@ INSTALLED_APPS = (
# Email marketing integration # Email marketing integration
'email_marketing', 'email_marketing',
# additional release utilities to ease automation
'release_util',
) )
# Migrations which are not in the standard module "migrations" # Migrations which are not in the standard module "migrations"
......
...@@ -183,3 +183,6 @@ pynliner==0.5.2 ...@@ -183,3 +183,6 @@ pynliner==0.5.2
# for sailthru integration # for sailthru integration
sailthru-client==2.2.3 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