From d60644b62f4b71c6789384e629b22f3da8e51ef7 Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Thu, 2 May 2013 12:46:49 +0530 Subject: [PATCH] updated procfile --- .gitignore | 1 + Procfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6c5e46..1608d9f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *egg-info/ *~ example/localsettings.py +example/static_media diff --git a/Procfile b/Procfile index 39c122e..71f1a4b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python pastebin/manage.py run_gunicorn -b 127.0.0.1:$PORT -w 3 +web: gunicorn example.wsgi