Add initial Shopfoo pattern feature

data models, import/export, web views etc.
This commit is contained in:
Lance Edgar 2020-08-19 22:21:00 -05:00
parent a7656928f5
commit 852f9d4902
19 changed files with 515 additions and 1 deletions

View file

@ -126,6 +126,22 @@ def simple_menus(request):
},
],
},
{
'title': "Shopfoo",
'type': 'menu',
'items': [
{
'title': "Products",
'url': url('shopfoo.products'),
'perm': 'shopfoo.products.list',
},
{
'title': "Product Exports",
'url': url('shopfoo.product_exports'),
'perm': 'shopfoo.product_exports.list',
},
],
},
{
'title': "Batches",
'type': 'menu',