Commit 909ce230 by Troy Sankey

Install release_util for deployment pipeline compliance

Now that we are trying to deploy this IDA via pipelines, it needs some
extra management commands provided by release_util.
parent 8d7407c6
......@@ -52,6 +52,8 @@ INSTALLED_APPS = [
'corsheaders',
'haystack',
'notesapi.v1',
# additional release utilities to ease automation
'release_util',
]
STATIC_URL = '/static/'
......
......@@ -11,3 +11,4 @@ gunicorn==19.1.1 # MIT
path.py==3.0.1
python-dateutil==2.4.0
newrelic==2.40.0.34 # New Relic
edx-django-release-util==0.3.1
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