diff --git a/bin/compile b/bin/compile index e472afd9e45b37b94df3266bac6c0facfecd6e44..b8b3113529df86b91722f681ef6975a3df504104 100755 --- a/bin/compile +++ b/bin/compile @@ -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