From 617703d84c8fbb598286ee26c91c63e36a7828ab Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 9 Jun 2012 00:53:37 +0100 Subject: [PATCH] Update procfile to collect static --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 1d5dc0a..c365967 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python pacmanager/manage.py run_gunicorn -b 0.0.0.0:$PORT +web: python my_django_app/manage.py collectstatic --noinput; python pacmanager/manage.py run_gunicorn -b 0.0.0.0:$PORT