From aeb8fb764927b271dbf8c98b54245d47125130fa Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Mon, 31 Oct 2011 10:07:23 -0700 Subject: [PATCH] dont hardcode path to python, let PATH handle it --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index e153a53..7c036e2 100755 --- a/bin/release +++ b/bin/release @@ -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