mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge pull request #10 from lstoll/master
Django app Procfile generation broken
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ EOF
|
||||
|
||||
[ "$NAME" = "Python/Django" ] || exit 0
|
||||
|
||||
SETTINGS_FILE=$(ls $BUILD_DIR/**/settings.py | head -1)
|
||||
SETTINGS_FILE=$(cd $BUILD_DIR && ls **/settings.py | head -1)
|
||||
PROJECT=$(dirname $SETTINGS_FILE)
|
||||
|
||||
cat <<EOF
|
||||
|
||||
Reference in New Issue
Block a user