mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
python2.7
This commit is contained in:
+1
-3
@@ -5,6 +5,4 @@ BUILD_DIR=$1
|
||||
[ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt
|
||||
|
||||
# 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python'
|
||||
ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python
|
||||
|
||||
echo kennethreitz
|
||||
ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo 'Python2.7'
|
||||
Reference in New Issue
Block a user