This commit is contained in:
Kenneth Reitz
2014-04-02 14:05:09 -04:00
parent de7c16d942
commit 8be04ea656
+1 -1
View File
@@ -25,7 +25,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ]; then
echo " http://devcenter.heroku.com/articles/django-assets"
}
else
echo " ! Collectstatic configuration error. To debug, run:"
echo " Collectstatic configuration error. To debug, run:"
echo " $ heroku run python $MANAGE_FILE collectstatic --noinput"
fi