Skip to content
Snippets Groups Projects
Commit de7c16d9 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

handhold for collectstatic

parent 5ea84345
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment