From e1fcbc067a3b8e0678de906634578e08fb4d3d7c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 24 Feb 2012 17:31:45 -0500 Subject: [PATCH] Revert "remove injection disabling (for now)" This reverts commit 825d41695d972a55b381c25e1f3a0b44c0d12521. --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 386596e..d80c77b 100755 --- a/bin/compile +++ b/bin/compile @@ -91,7 +91,7 @@ echo "-----> Installing dependencies using pip version $(pip --version | awk '{p pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent # Django support. -if [ "$NAME" = "Python/Django" ]; then +if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then source $BIN_DIR/steps/django fi