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