Skip to content

Commit

Permalink
buildout-base|production-base: Changes required by Gunicorn as core dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenak committed Jul 29, 2012
1 parent a101cd5 commit df708fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions buildout-base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ distribute = 0.6.26
django-extjs4 = 1.0.5
djangosenchatools = 1.0.4
collective.recipe.omelette = 0.13
gunicorn = 0.14.6

# We actually seem to need to specify Django in both upper and lowercase!
django = 1.4
Expand Down
3 changes: 0 additions & 3 deletions production-base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ extends = buildout-base.cfg
parts += production

# psycopg2: The postgresql driver requried by django
# gunicorn: Our recommended production wsgi server
eggs +=
psycopg2
gunicorn

[versions]
# NOTE: This section extends buildout-base.cfg versions
gunicorn = 0.14.6
psycopg2 = 2.4.5


Expand Down

0 comments on commit df708fb

Please sign in to comment.