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 ...@@ -25,8 +25,8 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ]; then
echo " http://devcenter.heroku.com/articles/django-assets" echo " http://devcenter.heroku.com/articles/django-assets"
} }
else else
echo " ! Error running 'manage.py collectstatic --dry-run'. More info:" echo " ! Collectstatic configuration error. To debug, run:"
echo " http://devcenter.heroku.com/articles/django-assets" echo " $ heroku run python $MANAGE_FILE collectstatic --noinput"
fi fi
echo 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