Nope
This commit is contained in:
parent
a9390ed4e8
commit
8c464ed73c
2 changed files with 3 additions and 3 deletions
0
app/__init__.py
Normal file
0
app/__init__.py
Normal file
|
@ -5,13 +5,13 @@ plugins = python
|
|||
|
||||
# Django-related settings
|
||||
# the base directory (full path)
|
||||
chdir = /home/james/production/app
|
||||
chdir = /home/james/production
|
||||
# Django's wsgi file
|
||||
module = wsgi
|
||||
module = app.wsgi
|
||||
# the virtualenv (full path)
|
||||
home = /home/james/production/env
|
||||
# something about ImportError
|
||||
no-site = True
|
||||
no-site = true
|
||||
|
||||
# process-related settings
|
||||
# master
|
||||
|
|
Loading…
Reference in a new issue