From aaa3f1ee1a52550eb976832f219a77eb04912977 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 18 Jan 2012 14:06:56 -0500
Subject: [PATCH] user_env_compile for disabling injection

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index bbb0046a..59d824bc 100755
--- a/bin/compile
+++ b/bin/compile
@@ -76,7 +76,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" ]; then
+if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
   source $BIN_DIR/steps/django
 fi
 
-- 
GitLab