__init__.py
author Christophe de Vienne <christophe@unlish.com>
Fri, 19 Sep 2014 19:20:35 +0200
changeset 11640 e45e4999dc98
parent 11632 b05f361db666
permissions -rw-r--r--
Use 'wsgicors' for CORS handling. The CW CORS handling (in web/cors.py) is only able to work on cubicweb requests. When a request is not handled by bwcompat, we need a proper solution. The `wsgicors` library provides what we need as a wsgi middleware.

"""cubicweb-pyramid application package

Add the 'pyramid' command to cubicweb-ctl"
"""