README.md
changeset 11479 a070f211b35c
child 11481 10df276abb78
equal deleted inserted replaced
-1:000000000000 11479:a070f211b35c
       
     1 [pyramid_cubicweb][] is one specific way of integrating [CubicWeb][] with a
       
     2 [Pyramid][] web application.
       
     3 
       
     4 ### Features
       
     5 
       
     6 * provides a default route that let a cubicweb instance handle the request.
       
     7 
       
     8 ### Usage
       
     9 
       
    10 To use, install pyramid_cubicweb in your python environment, 
       
    11 and then [include][] the package:
       
    12 
       
    13     config.include('pyramid_cubicweb')
       
    14 
       
    15 ### Configuration
       
    16 
       
    17 Requires the following [INI setting / environment variable][]:
       
    18 
       
    19 * `cubicweb.instance` / `CUBICWEB_INSTANCE`
       
    20 
       
    21 
       
    22 [pyramid_cubicweb]: https://www.cubicweb.org/project/pyramid-cubicweb
       
    23 [CubicWeb]: http://www.cubicweb.com/
       
    24 [Pyramid]: http://pypi.python.org/pypi/pyramid
       
    25 [include]: http://docs.pylonsproject.org/projects/pyramid/en/latest/api/config.html#pyramid.config.Configurator.include
       
    26 [INI setting / environment variable]: http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html#adding-a-custom-setting