disable collectstatic file for user-env-compile

hesitance
This commit is contained in:
Kenneth Reitz
2012-05-30 18:51:32 -04:00
parent 662a311f95
commit c9916dd2e3
+4
View File
@@ -10,6 +10,10 @@ if [ -f .heroku/injection_disabled ]; then
DISABLE_INJECTION=1
fi
if [ -f .heroku/collectstatic_disabled ]; then
DISABLE_COLLECTSTATIC=1
fi
export SETTINGS_FILE MANAGE_FILE PROJECT DISABLE_INJECTION
if [ ! "$DISABLE_INJECTION" ]; then