Add basic support for per-user session timeout
This commit is contained in:
parent
4659d3473b
commit
b2e21b8e74
5 changed files with 189 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2016 Lance Edgar
|
||||
# Copyright © 2010-2017 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -133,7 +133,7 @@ def make_pyramid_config(settings):
|
|||
config.set_default_csrf_options(require_csrf=True, token='_csrf')
|
||||
|
||||
# Bring in some Pyramid goodies.
|
||||
config.include('pyramid_beaker')
|
||||
config.include('tailbone.beaker')
|
||||
config.include('pyramid_mako')
|
||||
config.include('pyramid_tm')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue