From c99c73a2e9de2851447f423c0b297513fdae4c7b Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Thu, 30 Aug 2018 09:51:15 +0100
Subject: [PATCH] Add scout to the app

---
 opentech/settings/base.py | 2 ++
 requirements.txt          | 1 +
 2 files changed, 3 insertions(+)

diff --git a/opentech/settings/base.py b/opentech/settings/base.py
index 848192414..cf6683fef 100644
--- a/opentech/settings/base.py
+++ b/opentech/settings/base.py
@@ -60,6 +60,8 @@ if 'SERVER_EMAIL' in env:
 # Application definition
 
 INSTALLED_APPS = [
+    'scout_apm.django',
+
     'opentech.images',
 
     'opentech.apply.activity',
diff --git a/requirements.txt b/requirements.txt
index ad50d6e16..c766b638f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38,3 +38,4 @@ raven==6.9.0
 django-storages==1.6.6
 boto3==1.7.75
 mailchimp3==3.0.4
+scout-apm==1.3.4
-- 
GitLab