--traceback

This commit is contained in:
2016-02-04 23:33:59 -05:00
parent 031c9d576f
commit 53eee452eb
+1 -1
View File
@@ -30,7 +30,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL
echo "-----> Preparing static assets with 'collectstatic'"
# Run collectstatic, cleanup some of the noisy output.
python $MANAGE_FILE collectstatic --noinput 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent
python $MANAGE_FILE collectstatic --noinput --traceback 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent
COLLECTSTATIC_STATUS="${PIPESTATUS[0]}"
set -e