mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
debug
This commit is contained in:
+1
-2
@@ -29,8 +29,6 @@ function virtualenv (){
|
||||
|
||||
cd $BUILD_DIR
|
||||
|
||||
ls
|
||||
|
||||
# Reject a non-packaged Django app.
|
||||
if [ "$NAME" = "Python" ]; then
|
||||
[ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; }
|
||||
@@ -53,6 +51,7 @@ for dir in $VIRTUALENV_DIRS; do
|
||||
cp -R $CACHE_DIR/$dir . &> /dev/null || true
|
||||
done
|
||||
|
||||
pwd
|
||||
ls
|
||||
|
||||
# Create virtualenv. Rebuild if corrupt.
|
||||
|
||||
Reference in New Issue
Block a user