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