dont hardcode path to python, let PATH handle it

This commit is contained in:
Noah Zoschke
2011-10-31 10:07:23 -07:00
parent c9276ca62f
commit aeb8fb7649
+1 -1
View File
@@ -25,5 +25,5 @@ addons:
shared-database:5mb
default_process_types:
web: bin/python $PROJECT/manage.py runserver 0.0.0.0:\$PORT --noreload
web: python $PROJECT/manage.py runserver 0.0.0.0:\$PORT --noreload
EOF