Add cleanup logic for old Beaker session data

pretty basic, but good enough for now
This commit is contained in:
Lance Edgar 2022-12-23 23:30:45 -06:00
parent 50dafc91d4
commit ed54092268
2 changed files with 84 additions and 0 deletions

View file

@ -179,6 +179,10 @@ setup(
'webapi = tailbone.webapi:main',
],
'rattail.cleaners': [
'beaker = tailbone.cleanup:BeakerCleaner',
],
'rattail.config.extensions': [
'tailbone = tailbone.config:ConfigExtension',
],