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