pyramid_cubicweb/defaults.py
author Christophe de Vienne <christophe@unlish.com>
Sat, 03 Jan 2015 01:24:38 +0100
changeset 11533 4ced3782b90f
parent 11531 16cb60d6424d
child 11537 caf268942436
permissions -rw-r--r--
Move auth-related configuration to a dedicated module.

def includeme(config):
    config.include('pyramid_cubicweb.session')
    config.include('pyramid_cubicweb.auth')
    config.include('pyramid_cubicweb.login')