This
This commit is contained in:
parent
f276b94a1c
commit
e56f1fd089
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue