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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11492
b0b8942cdb80 Separate into 4 modules
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     1
def includeme(config):
11506
bfc1aa1dba30 DB-saved session data
Christophe de Vienne <christophe@unlish.com>
parents: 11493
diff changeset
     2
    config.include('pyramid_cubicweb.session')
11533
4ced3782b90f Move auth-related configuration to a dedicated module.
Christophe de Vienne <christophe@unlish.com>
parents: 11531
diff changeset
     3
    config.include('pyramid_cubicweb.auth')
11493
00e5cb9771c5 Put the login view in a separate module.
Christophe de Vienne <christophe@unlish.com>
parents: 11492
diff changeset
     4
    config.include('pyramid_cubicweb.login')