mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
dont hardcode path to python, let PATH handle it
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user