[FIX] wsgi deployement with openerp-wsgi.py

bzr revid: al@openerp.com-20140307200055-vbf9tub4gl9edig0
This commit is contained in:
Antony Lesuisse 2014-03-07 21:00:55 +01:00
parent 36f2ff879a
commit f147ea8eed
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ conf['addons_path'] = '../../addons/trunk,../../web/trunk/addons'
#----------------------------------------------------------
application = openerp.service.wsgi_server.application
openerp.service.server.load_server_wide_modules()
#----------------------------------------------------------
# Gunicorn
#----------------------------------------------------------