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
|
# Django-related settings
|
||||||
# the base directory (full path)
|
# the base directory (full path)
|
||||||
chdir = /home/james/production/app
|
chdir = /home/james/production
|
||||||
# Django's wsgi file
|
# Django's wsgi file
|
||||||
module = wsgi
|
module = app.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
|
||||||
no-site = True
|
no-site = true
|
||||||
|
|
||||||
# process-related settings
|
# process-related settings
|
||||||
# master
|
# master
|
||||||
|
|
Loading…
Reference in a new issue