Try this
This commit is contained in:
parent
0955560303
commit
a9390ed4e8
2 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ 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/app
|
||||||
# Django's wsgi file
|
# Django's wsgi file
|
||||||
module = app.wsgi
|
module = wsgi
|
||||||
# the virtualenv (full path)
|
# the virtualenv (full path)
|
||||||
home = /home/james/production/env
|
home = /home/james/production/env
|
||||||
# something about ImportError
|
# something about ImportError
|
||||||
|
|
Loading…
Reference in a new issue