Revert "remove injection disabling (for now)"

This reverts commit 825d41695d.
This commit is contained in:
Kenneth Reitz
2012-02-24 17:31:45 -05:00
parent a8220a20ba
commit e1fcbc067a
+1 -1
View File
@@ -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