doc/api/pyramid.rst
author Laurent Peuch <cortex@worlddomination.be>
Thu, 16 May 2019 01:23:51 +0200
changeset 12606 ea15ac05c447
parent 12094 d66079e2d481
permissions -rw-r--r--
[enh] display CWConstraint type in its repr This will change CWConstraint repr from something like: <Entity CWConstraint 314282 [] at 140127700141904> To: <Entity CWConstraint 314282 of type UniqueConstraint [] at 140127700141904> To help improve debugging UX a little bit.

:mod:`cubicweb.pyramid`
=======================

.. automodule:: cubicweb.pyramid

    .. autofunction:: wsgi_application_from_cwconfig

    .. autofunction:: wsgi_application

.. toctree::
    :maxdepth: 1
    :glob:

    pyramid/*