Skip to content
Snippets Groups Projects
Commit aeb8fb76 authored by Noah Zoschke's avatar Noah Zoschke
Browse files

dont hardcode path to python, let PATH handle it

parent c9276ca6
No related branches found
No related tags found
No related merge requests found
...@@ -25,5 +25,5 @@ addons: ...@@ -25,5 +25,5 @@ addons:
shared-database:5mb shared-database:5mb
default_process_types: 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 EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment