Move jump button logic to tailbone-corepos

since that now supports jump button for Vendor also, maybe others to come
This commit is contained in:
Lance Edgar 2020-03-14 19:50:35 -05:00
parent d7462f415d
commit 07a36982d7
3 changed files with 5 additions and 52 deletions

View file

@ -15,6 +15,7 @@ def main(global_config, **settings):
"""
# prefer demo templates over tailbone
settings.setdefault('mako.directories', ['rattail_demo.web:templates',
'tailbone_corepos:templates',
'tailbone:templates',])
# for graceful handling of postgres restart