Add cleanup logic for old Beaker session data
pretty basic, but good enough for now
This commit is contained in:
parent
50dafc91d4
commit
ed54092268
2 changed files with 84 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -179,6 +179,10 @@ setup(
|
|||
'webapi = tailbone.webapi:main',
|
||||
],
|
||||
|
||||
'rattail.cleaners': [
|
||||
'beaker = tailbone.cleanup:BeakerCleaner',
|
||||
],
|
||||
|
||||
'rattail.config.extensions': [
|
||||
'tailbone = tailbone.config:ConfigExtension',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue