Commit 825d4169 authored by Kenneth Reitz's avatar Kenneth Reitz

remove injection disabling (for now)

parent de0b6556
......@@ -90,7 +90,7 @@ echo "-----> Installing dependencies using pip version $(bin/pip --version | awk
pip install --use-mirrors -r requirements.txt | indent
# Django support.
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
if [ "$NAME" = "Python/Django" ]; 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