From feb66a13c39a6605f7e1d46b5ffe5c108a0205c5 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Mon, 24 Sep 2012 12:50:11 +0200 Subject: [PATCH] [FIX] gunicorn wsgi wrapper instructions bzr revid: al@openerp.com-20120924105011-2gtopghuooxh37o0 --- openerp-wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openerp-wsgi.py b/openerp-wsgi.py index 48ffeaf3373..9ae18ffc69e 100644 --- a/openerp-wsgi.py +++ b/openerp-wsgi.py @@ -11,7 +11,7 @@ # # For gunicorn additional globals need to be defined in the Gunicorn section. # Then the following command should run: -# $ gunicorn openerp:application -c openerp-wsgi.py +# $ gunicorn openerp:service.wsgi_server.application -c openerp-wsgi.py import openerp