Add Gunicorn for production execution

This commit is contained in:
2012-06-09 00:34:11 +01:00
parent 3cb8489c89
commit 69d2f82baf
2 changed files with 2 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django.contrib.admin', 'django.contrib.admin',
'django.contrib.humanize', 'django.contrib.humanize',
'gunicorn',
'south', 'south',
'braces', 'braces',
'formtools', 'formtools',

View File

@@ -5,3 +5,4 @@ South==0.7.4
-e git+https://github.com/disqus/django-modeldict.git#egg=modeldict -e git+https://github.com/disqus/django-modeldict.git#egg=modeldict
psycopg2==2.4.5 psycopg2==2.4.5
dj-database-url==0.2.0 dj-database-url==0.2.0
gunicorn=0.14.2