handhold for collectstatic

This commit is contained in:
Kenneth Reitz
2014-04-02 14:02:18 -04:00
parent 5ea843458a
commit de7c16d942
+2 -2
View File
@@ -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