This?
This commit is contained in:
parent
e56f1fd089
commit
9948037fd5
1 changed files with 4 additions and 3 deletions
|
@ -4,10 +4,11 @@
|
||||||
# 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
|
# Callables
|
||||||
module = app.app
|
module = app
|
||||||
|
callable = app
|
||||||
# the virtualenv (full path)
|
# the virtualenv (full path)
|
||||||
home = /home/james/production/env
|
virtualenv = /home/james/production/env
|
||||||
|
|
||||||
# process-related settings
|
# process-related settings
|
||||||
# master
|
# master
|
||||||
|
|
Loading…
Reference in a new issue