mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
remove experimental manage script
This commit is contained in:
@@ -67,14 +67,6 @@ except:
|
||||
print "Unexpected error:", sys.exc_info()
|
||||
|
||||
EOF
|
||||
|
||||
echo "-----> Django script installation"
|
||||
cat >bin/manage.py <<EOF
|
||||
#!/bin/bash
|
||||
BIN_DIR=\$(cd \$(dirname \$0); pwd)
|
||||
python \$BIN_DIR/../$PROJECT/manage.py \$*
|
||||
EOF
|
||||
chmod +x bin/manage.py
|
||||
fi
|
||||
|
||||
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
|
||||
|
||||
Reference in New Issue
Block a user