Remove CORE-POS web views logic
all the views are still visible in our app, but the view logic belongs in tailbone-corepos now
This commit is contained in:
parent
e4620c8670
commit
5c3a95915b
15 changed files with 10 additions and 599 deletions
|
@ -37,7 +37,7 @@ def includeme(config):
|
|||
config.include('tailbone.views.vendors')
|
||||
|
||||
# core-pos views
|
||||
config.include('rattail_demo.web.views.corepos')
|
||||
config.include('tailbone_corepos.views.corepos')
|
||||
|
||||
# batch views
|
||||
config.include('tailbone.views.handheld')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue