From 13b53908bec68673bacc630da8b5f62f0861827d Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Wed, 21 Nov 2018 00:42:47 +0200 Subject: [PATCH] djangoctl.sh: Bring up 'gunicorn' when running application Signed-off-by: Vasilis Tsiligiannis --- bin/djangoctl.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/djangoctl.sh b/bin/djangoctl.sh index 911a108..75c7728 100755 --- a/bin/djangoctl.sh +++ b/bin/djangoctl.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . MANAGE_CMD="django-admin" +WSGI_SERVER="gunicorn" +DJANGO_APP="db" usage() { cat <