From b6c4f3cc38d842274adf3a3a9501d688fc9f2cf7 Mon Sep 17 00:00:00 2001 From: zhenchaozhu Date: Tue, 22 Nov 2016 16:55:27 +0800 Subject: [PATCH] add gunicorn apps --- xp/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xp/settings.py b/xp/settings.py index 3609346..9992357 100644 --- a/xp/settings.py +++ b/xp/settings.py @@ -134,6 +134,7 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'django.contrib.sitemaps', # Django sitemap framework + 'gunicorn', 'forum', ) -- 2.0.0