cubicweb/pyramid/pyramidctl.py
branch3.24
changeset 11837 90c5449a7910
parent 11821 7534b32c45e3
child 11867 c714e55fbce1
equal deleted inserted replaced
11836:21c72857178f 11837:90c5449a7910
    29 LOG_LEVELS = ('debug', 'info', 'warning', 'error')
    29 LOG_LEVELS = ('debug', 'info', 'warning', 'error')
    30 
    30 
    31 
    31 
    32 class PyramidStartHandler(InstanceCommand):
    32 class PyramidStartHandler(InstanceCommand):
    33     """Start an interactive pyramid server.
    33     """Start an interactive pyramid server.
    34 
       
    35     This command requires http://hg.logilab.org/review/pyramid_cubicweb/
       
    36 
    34 
    37     <instance>
    35     <instance>
    38       identifier of the instance to configure.
    36       identifier of the instance to configure.
    39     """
    37     """
    40     name = 'pyramid'
    38     name = 'pyramid'