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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue