diff --git a/uwsgi.ini b/uwsgi.ini index a004beb..1c4804a 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -1,17 +1,13 @@ # mysite_uwsgi.ini file [uwsgi] -plugins = python - # Django-related settings # the base directory (full path) chdir = /home/james/production # Django's wsgi file -module = app.wsgi +module = app.app # the virtualenv (full path) home = /home/james/production/env -# something about ImportError -no-site = true # process-related settings # master