From 46cb610f95290bae501f42e86f6750dabdcec1fe Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2013 19:29:02 +0100 Subject: [PATCH] Remove collectstatic from bootup. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ee8997c..b3d9fe0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd app; python manage.py collectstatic --noinput; python manage.py run_gunicorn -k gevent \ No newline at end of file +web: cd app; python manage.py run_gunicorn -k gevent \ No newline at end of file