[IMP] wsgi: expose both a normal application() and a proxied application() entry...
authorVo Minh Thu <vmt@openerp.com>
Fri, 10 Feb 2012 14:36:09 +0000 (15:36 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 10 Feb 2012 14:36:09 +0000 (15:36 +0100)
commit4f64a7b09d4a7362f05d0e647fa0d795bf5dc3c4
tree5c953a532a6fff752fa39da9347b8f7d226d74fb
parentc0e9e2970c8c690f95bf93bb93fb24874455b96f
[IMP] wsgi: expose both a normal application() and a proxied application() entry points.

bzr revid: vmt@openerp.com-20120210143609-auackb5ip7dqvlk2
gunicorn.conf.py
openerp/wsgi.py [deleted file]
openerp/wsgi/__init__.py [new file with mode: 0644]
openerp/wsgi/core.py [new file with mode: 0644]
openerp/wsgi/proxied.py [new file with mode: 0644]