This commit is contained in:
Tom Naessens 2015-03-31 16:02:30 +02:00
parent a9390ed4e8
commit 8c464ed73c
2 changed files with 3 additions and 3 deletions

0
app/__init__.py Normal file
View file

View 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