Unverified Commit d5169725 by Troy Sankey Committed by GitHub

Merge pull request #55 from edx/pwnage101/add_release_util

Install release_util for deployment pipeline compliance
parents 8d7407c6 909ce230
......@@ -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