feat: add basic model, views for Stores
This commit is contained in:
parent
76075f146c
commit
3ef84ff706
11 changed files with 348 additions and 1 deletions
6
docs/api/sideshow.db.model.stores.rst
Normal file
6
docs/api/sideshow.db.model.stores.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``sideshow.db.model.stores``
|
||||
============================
|
||||
|
||||
.. automodule:: sideshow.db.model.stores
|
||||
:members:
|
6
docs/api/sideshow.web.views.stores.rst
Normal file
6
docs/api/sideshow.web.views.stores.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``sideshow.web.views.stores``
|
||||
=============================
|
||||
|
||||
.. automodule:: sideshow.web.views.stores
|
||||
:members:
|
|
@ -43,6 +43,7 @@ For an online demo see https://demo.wuttaproject.org/
|
|||
api/sideshow.db.model.customers
|
||||
api/sideshow.db.model.orders
|
||||
api/sideshow.db.model.products
|
||||
api/sideshow.db.model.stores
|
||||
api/sideshow.enum
|
||||
api/sideshow.orders
|
||||
api/sideshow.web
|
||||
|
@ -58,3 +59,4 @@ For an online demo see https://demo.wuttaproject.org/
|
|||
api/sideshow.web.views.customers
|
||||
api/sideshow.web.views.orders
|
||||
api/sideshow.web.views.products
|
||||
api/sideshow.web.views.stores
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue