Commit 91477cc5 authored by Noah Zoschke's avatar Noah Zoschke

fix comments

parent bc8a855b
...@@ -36,7 +36,7 @@ virtualenv --no-site-packages . | indent ...@@ -36,7 +36,7 @@ virtualenv --no-site-packages . | indent
#echo "-----> Byte-compiling code" #echo "-----> Byte-compiling code"
find . -name "*.py" | grep -v bin/manage.py | xargs bin/python -m py_compile find . -name "*.py" | grep -v bin/manage.py | xargs bin/python -m py_compile
# if Django, inject psycopg and append settings # if Django, append settings
if [ "$NAME" = "Python/Django" ]; then if [ "$NAME" = "Python/Django" ]; then
echo "-----> Django settings injection" echo "-----> Django settings injection"
......
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