From 8c464ed73c2edbae1290bc06a049ad18cf4bb503 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Tue, 31 Mar 2015 16:02:30 +0200 Subject: [PATCH] Nope --- app/__init__.py | 0 uwsgi.ini | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 app/__init__.py diff --git a/app/__init__.py b/app/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/uwsgi.ini b/uwsgi.ini index 1c12c6e..a004beb 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -5,13 +5,13 @@ plugins = python # Django-related settings # the base directory (full path) -chdir = /home/james/production/app +chdir = /home/james/production # Django's wsgi file -module = wsgi +module = app.wsgi # the virtualenv (full path) home = /home/james/production/env # something about ImportError -no-site = True +no-site = true # process-related settings # master