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