mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
test
This commit is contained in:
@@ -56,6 +56,8 @@ ls
|
||||
|
||||
echo '-------------'
|
||||
ls /app/tmp/repo.git/.cache/
|
||||
ls /app/tmp/repo.git/
|
||||
ls /app/.pip/
|
||||
|
||||
# Create virtualenv. Rebuild if corrupt.
|
||||
set +e
|
||||
@@ -95,6 +97,8 @@ fi
|
||||
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
|
||||
pip install --use-mirrors -r requirements.txt | indent
|
||||
|
||||
pip install django-staticfiles==dev
|
||||
|
||||
# Django support.
|
||||
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
|
||||
source $BIN_DIR/steps/django
|
||||
|
||||
Reference in New Issue
Block a user