From a9390ed4e8513a60297be00045bd70615cf8c6ba Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Tue, 31 Mar 2015 15:59:35 +0200 Subject: [PATCH] Try this --- app/__init__.py | 0 uwsgi.ini | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 app/__init__.py diff --git a/app/__init__.py b/app/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/uwsgi.ini b/uwsgi.ini index 1379f2b..1c12c6e 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -5,9 +5,9 @@ plugins = python # Django-related settings # the base directory (full path) -chdir = /home/james/production +chdir = /home/james/production/app # Django's wsgi file -module = app.wsgi +module = wsgi # the virtualenv (full path) home = /home/james/production/env # something about ImportError