diff --git a/bin/steps/django b/bin/steps/django
index f665b0808dc880a9b3364a1e1799ef9efe615448..23a9203a34e7a268c1003b901389c77547d6a8e6 100755
--- a/bin/steps/django
+++ b/bin/steps/django
@@ -56,6 +56,6 @@ OUT=$(python $PROJECT/manage.py collectstatic --noinput )
 
 [ $? -ne 0 ] && {
   echo " !     Error running manage.py collectstatic. See http://devcenter.heroku.com/articles/django-assets for more info."
-  echo "$OUT" | indent
+  echo "$OUT" | indent >&2
 }
 set -e