Commit aeb8fb76 authored by Noah Zoschke's avatar Noah Zoschke

dont hardcode path to python, let PATH handle it

parent c9276ca6
......@@ -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
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