Commit 4a0b9e9a authored by Noah Zoschke's avatar Noah Zoschke

remove experimental manage script

parent 370f6cd3
...@@ -67,14 +67,6 @@ except: ...@@ -67,14 +67,6 @@ except:
print "Unexpected error:", sys.exc_info() print "Unexpected error:", sys.exc_info()
EOF 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 fi
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')" echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment