[FIX] gunicorn wsgi wrapper instructions
authorAntony Lesuisse <al@openerp.com>
Mon, 24 Sep 2012 10:50:11 +0000 (12:50 +0200)
committerAntony Lesuisse <al@openerp.com>
Mon, 24 Sep 2012 10:50:11 +0000 (12:50 +0200)
bzr revid: al@openerp.com-20120924105011-2gtopghuooxh37o0

openerp-wsgi.py

index 48ffeaf..9ae18ff 100644 (file)
@@ -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