From 97c5f0944d00ade5dbfd28f814abd197632a5d26 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 23 Mar 2012 20:57:00 -0400
Subject: [PATCH] project dir for release

---
 bin/release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/release b/bin/release
index d6cdaab1..2fdb546c 100755
--- a/bin/release
+++ b/bin/release
@@ -30,5 +30,5 @@ addons:
   shared-database:5mb
 
 default_process_types:
-  web:      python $MANAGE_FILE runserver 0.0.0.0:\$PORT --noreload
+  web:      python $PROJECT/manage.py runserver 0.0.0.0:\$PORT --noreload
 EOF
-- 
GitLab