mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Revert "remove injection disabling (for now)"
This reverts commit 825d41695d.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user