Changeset 4937855 in tailbone
- Timestamp:
- 08/02/2020 03:27:10 PM (3 years ago)
- Branches:
- master
- Children:
- c32f47b
- Parents:
- 9a2a6bb
- Location:
- tailbone/views/custorders
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tailbone/views/custorders/__init__.py
r9a2a6bb r4937855 1 # -*- coding: utf-8 -*-1 # -*- coding: utf-8; -*- 2 2 ################################################################################ 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-20 17Lance Edgar5 # Copyright © 2010-2020 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 29 29 30 30 def includeme(config): 31 config.include('tailbone.views.custorders.creating') 31 32 config.include('tailbone.views.custorders.orders') 32 33 config.include('tailbone.views.custorders.items')
Note: See TracChangeset
for help on using the changeset viewer.