summaryrefslogtreecommitdiff
path: root/sublab_project
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-29 21:49:52 +0100
committerMarkus Zapke-Grùˆndemann <info@keimlink.de>2011-12-29 21:49:52 +0100
commit1d0eba831cffc82bcf4957bc7d97f6e235f5c8fe (patch)
tree48e94f43207c15ba9da3d1c75040d281fa522dba /sublab_project
parent61cbcea237a2c69bbaa3595050536ec10bed2b4d (diff)
Added gunicorn to installed apps.
Diffstat (limited to 'sublab_project')
-rw-r--r--sublab_project/settings.py1
1 files changed, 1 insertions, 0 deletions
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',
)