feat: add basic master view class for batches
no support for displaying rows yet, just the main batch CRUD
This commit is contained in:
parent
d72a2a15ec
commit
5006c97b4b
7 changed files with 516 additions and 2 deletions
6
docs/api/wuttaweb.views.batch.rst
Normal file
6
docs/api/wuttaweb.views.batch.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.views.batch``
|
||||
========================
|
||||
|
||||
.. automodule:: wuttaweb.views.batch
|
||||
:members:
|
|
@ -49,6 +49,7 @@ the narrative docs are pretty scant. That will eventually change.
|
|||
api/wuttaweb.views
|
||||
api/wuttaweb.views.auth
|
||||
api/wuttaweb.views.base
|
||||
api/wuttaweb.views.batch
|
||||
api/wuttaweb.views.common
|
||||
api/wuttaweb.views.essential
|
||||
api/wuttaweb.views.master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue