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