remove experimental manage script

This commit is contained in:
Noah Zoschke
2011-09-12 15:57:32 -07:00
parent 370f6cd3f7
commit 4a0b9e9a2b
-8
View File
@@ -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}')"