Changeset 4371574 in tailbone
- Timestamp:
- 08/09/2020 02:03:28 PM (3 years ago)
- Branches:
- master
- Children:
- 1631343
- Parents:
- 7d158e5
- Location:
- tailbone
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tailbone/helpers.py
r7d158e5 r4371574 33 33 from rattail.util import (pretty_quantity, pretty_hours, hours_as_decimal, 34 34 OrderedDict) 35 from rattail.db.util import maxlen 35 36 36 37 from webhelpers2.html import * -
tailbone/subscribers.py
r7d158e5 r4371574 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-20 19Lance Edgar5 # Copyright © 2010-2020 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 100 100 renderer_globals['rattail'] = rattail 101 101 renderer_globals['tailbone'] = tailbone 102 renderer_globals['model'] = request.rattail_config.get_model() 102 103 renderer_globals['enum'] = request.rattail_config.get_enum() 103 104 renderer_globals['six'] = six
Note: See TracChangeset
for help on using the changeset viewer.