From 1b8a750cdec783a525ae3afa829037bda0d1877c Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Sat, 24 May 2014 18:24:34 -0400 Subject: [PATCH] new relic support --- Procfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 1d0d904..9f3e0d5 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn karmaworld.wsgi +web: newrelic-admin run-program gunicorn karmaworld.wsgi celerywrapper: sh celerywrapper.sh diff --git a/requirements.txt b/requirements.txt index 51034b9..553992b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,3 +35,4 @@ mock cssmin==0.1.4 amqplib==1.0.2 django-sslify>=0.2 +newrelic -- 2.25.1