From 9948037fd597b29d165d04218e1bbdbaf3122e90 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Tue, 31 Mar 2015 18:04:30 +0200 Subject: [PATCH] This? --- uwsgi.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uwsgi.ini b/uwsgi.ini index 1c4804a..8231c39 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -4,10 +4,11 @@ # Django-related settings # the base directory (full path) chdir = /home/james/production -# Django's wsgi file -module = app.app +# Callables +module = app +callable = app # the virtualenv (full path) -home = /home/james/production/env +virtualenv = /home/james/production/env # process-related settings # master