From de7c16d9421c9566b6699a28971e73b49b74bfb0 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 2 Apr 2014 14:02:18 -0400
Subject: [PATCH] handhold for collectstatic

---
 bin/steps/collectstatic | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic
index 41f2e919..4d3b8abc 100755
--- a/bin/steps/collectstatic
+++ b/bin/steps/collectstatic
@@ -25,8 +25,8 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ]; then
             echo "       http://devcenter.heroku.com/articles/django-assets"
         }
     else
-        echo " !     Error running 'manage.py collectstatic --dry-run'. More info:"
-        echo "       http://devcenter.heroku.com/articles/django-assets"
+        echo " !     Collectstatic configuration error. To debug, run:"
+        echo "       $ heroku run python $MANAGE_FILE collectstatic --noinput"
     fi
 
     echo
-- 
GitLab