web/webconfig.py
changeset 2657 de974465d381
parent 2552 1ea2f2ff5dca
child 3200 747d17498cca
equal deleted inserted replaced
2656:a93ae0f6c0ad 2657:de974465d381
    61 
    61 
    62 class WebConfiguration(CubicWebConfiguration):
    62 class WebConfiguration(CubicWebConfiguration):
    63     """the WebConfiguration is a singleton object handling instance's
    63     """the WebConfiguration is a singleton object handling instance's
    64     configuration and preferences
    64     configuration and preferences
    65     """
    65     """
    66     cubicweb_vobject_path = CubicWebConfiguration.cubicweb_vobject_path | set(['web/views'])
    66     cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web/views'])
    67     cube_vobject_path = CubicWebConfiguration.cube_vobject_path | set(['views'])
    67     cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views'])
    68 
    68 
    69     options = merge_options(CubicWebConfiguration.options + (
    69     options = merge_options(CubicWebConfiguration.options + (
    70         ('anonymous-user',
    70         ('anonymous-user',
    71          {'type' : 'string',
    71          {'type' : 'string',
    72           'default': None,
    72           'default': None,