From 1d0eba831cffc82bcf4957bc7d97f6e235f5c8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Thu, 29 Dec 2011 21:49:52 +0100 Subject: Added gunicorn to installed apps. --- sublab_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sublab_project') diff --git a/sublab_project/settings.py b/sublab_project/settings.py index a8c5585..5dad6a3 100644 --- a/sublab_project/settings.py +++ b/sublab_project/settings.py @@ -123,6 +123,7 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'south', + 'gunicorn', 'news', 'projects', ) -- cgit v1.2.1