[FIX] gunicorn wsgi wrapper instructions

bzr revid: al@openerp.com-20120924105011-2gtopghuooxh37o0
This commit is contained in:
Antony Lesuisse 2012-09-24 12:50:11 +02:00
parent 470415ced9
commit feb66a13c3
1 changed files with 1 additions and 1 deletions

View 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