Skip to content

Commit

Permalink
We will use gunicorn to run the web processes on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
akumria committed Jun 5, 2012
1 parent a7d978d commit 4a4d526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paas/settings/heroku.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
}
except KeyError:
pass

INSTALLED_APPS += ('gunicorn', )
1 change: 1 addition & 0 deletions requirements.pip
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Django>1.3,<1.5
South>0.7
heroku
gunicorn

0 comments on commit 4a4d526

Please sign in to comment.