Add initial support for WooCommerce integration
This commit is contained in:
parent
05ac07d2e6
commit
25bf17715c
9 changed files with 70 additions and 3 deletions
|
@ -6,8 +6,11 @@ Rattail Demo data model
|
|||
# bring in all the normal stuff from Rattail
|
||||
from rattail.db.model import *
|
||||
|
||||
# also bring in CORE integration models
|
||||
# also bring in CORE-POS integration models
|
||||
from rattail_corepos.db.model import *
|
||||
|
||||
# also bring in WooCommerce integration models
|
||||
from rattail_woocommerce.db.model import *
|
||||
|
||||
# now bring in Demo-specific models
|
||||
from .shopfoo import ShopfooProduct, ShopfooProductExport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue