mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
configs
This commit is contained in:
+10
@@ -12,6 +12,16 @@ config_vars:
|
||||
PYTHONUNBUFFERED: true
|
||||
EOF
|
||||
|
||||
|
||||
if grep -Fxq "pylibmc" $BIN_DIR/requirements.txt
|
||||
then
|
||||
cat <<EOF
|
||||
LIBRARY_PATH: ./vendor/lib
|
||||
LD_LIBRARY_PATH: ./vendor/lib
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
||||
[ "$NAME" = "Python/Django" ] || exit 0
|
||||
|
||||
SETTINGS_FILE=$(ls $BUILD_DIR/**/settings.py | head -1)
|
||||
|
||||
Reference in New Issue
Block a user