Add initial support for WooCommerce integration

This commit is contained in:
Lance Edgar 2021-01-20 21:54:52 -06:00
parent 05ac07d2e6
commit 25bf17715c
9 changed files with 70 additions and 3 deletions

View file

@ -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