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
# the base directory (full path)
chdir = /home/james/production/app
chdir = /home/james/production
# Django's wsgi file
module = wsgi
module = app.wsgi
# the virtualenv (full path)
home = /home/james/production/env
# something about ImportError
no-site = True
no-site = true
# process-related settings
# master