diff --git a/wsgi/django.wsgi b/wsgi/django.wsgi index cffceb9..66f6071 100644 --- a/wsgi/django.wsgi +++ b/wsgi/django.wsgi @@ -8,7 +8,7 @@ project_module = 'oxdata' root_dir = os.path.normpath(os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) #using virtualenv's activate_this.py to reorder sys.path -activate_this = os.path.join(root_dir, 'env', 'bin', 'activate_this.py') +activate_this = os.path.join(root_dir, 'bin', 'activate_this.py') execfile(activate_this, dict(__file__=activate_this)) sys.path.append(root_dir)