site_cubicweb.py
author David Douard <david.douard@logilab.fr>
Mon, 22 Feb 2016 15:57:10 +0100
changeset 11673 c3a583e38360
parent 11636 2babe3694bed
permissions -rw-r--r--
[cfg] remove the pyramid-{auth,session}-secret config options (closes #11027189) these should now be set in the pyramid.ini config file.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11634
fa614537e5ee Add a CWSession entity.
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     1
import cubicweb.schema
fa614537e5ee Add a CWSession entity.
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     2
fa614537e5ee Add a CWSession entity.
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     3
cubicweb.schema.INTERNAL_TYPES.add('CWSession')
11635
fc4ecec311f4 Add the 'pyramid-session-secret' option to all-in-one.conf
Christophe de Vienne <christophe@unlish.com>
parents: 11634
diff changeset
     4