From 898736c2a2df0a13aeead3a7bbb8c38d117ef91b Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Tue, 31 Mar 2015 15:39:40 +0200 Subject: [PATCH] james -> app --- uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.ini b/uwsgi.ini index f801171..5bd975e 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -7,7 +7,7 @@ plugins = python # the base directory (full path) chdir = /home/james/production # Django's wsgi file -module = james.wsgi +module = app.wsgi # the virtualenv (full path) home = /home/james/production/env