collectstatic always

This commit is contained in:
Kenneth Reitz
2012-12-19 21:17:49 -05:00
parent 7243afd5b5
commit 117dcff4e1
2 changed files with 1 additions and 10 deletions
+1 -8
View File
@@ -19,11 +19,4 @@ if [ ! -f $BUILD_DIR/requirements.txt ] && [ ! -f $BUILD_DIR/setup.py ]; then
exit 1
fi
# `Python/Django` if `**/settings.py` is present.
#
# Otherwise, `Python`.
MANAGE_FILE=$(find $BUILD_DIR/. -maxdepth 3 -type f -name 'manage.py' | head -1)
[ -n "$MANAGE_FILE" ] && grep -Fiq "django" $MANAGE_FILE && echo Python/Django || echo Python
echo Python