Commit e1fcbc06 authored by Kenneth Reitz's avatar Kenneth Reitz

Revert "remove injection disabling (for now)"

This reverts commit 825d4169.
parent a8220a20
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment