From 093999b8dd52956a4576eec4518c627d66b72b63 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Fri, 2 Mar 2012 16:33:29 -0500 Subject: [PATCH] Adding newrelic --- Procfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 44861a9..2e45f18 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bin/python snipt/manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3 +web: newrelic-admin run-program python snipt/manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3 diff --git a/requirements.txt b/requirements.txt index 69f2068..b9d675a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ django-templatetag-sugar gunicorn johnny-cache lxml +newrelic psycopg2 Pygments python-memcached