Commit de7c16d9 authored by Kenneth Reitz's avatar Kenneth Reitz

handhold for collectstatic

parent 5ea84345
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment