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
[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