This commit is contained in:
Tom Naessens 2015-03-31 18:04:30 +02:00
parent e56f1fd089
commit 9948037fd5

View file

@ -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