This commit is contained in:
Tom Naessens 2015-03-31 18:03:36 +02:00
parent f276b94a1c
commit e56f1fd089

View file

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