mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fix comments
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ virtualenv --no-site-packages . | indent
|
||||
#echo "-----> Byte-compiling code"
|
||||
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
|
||||
echo "-----> Django settings injection"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user