diff --git a/openerp-wsgi.py b/openerp-wsgi.py index 7382b90d3b7..5ab7afc406e 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:wsgi.core.application -c gunicorn.conf.py +# $ gunicorn openerp:application -c openerp-wsgi.py import openerp