3
0
Fork 0

feat: add basic master view class for batches

no support for displaying rows yet, just the main batch CRUD
This commit is contained in:
Lance Edgar 2024-12-13 22:20:04 -06:00
parent d72a2a15ec
commit 5006c97b4b
7 changed files with 516 additions and 2 deletions

View file

@ -0,0 +1,6 @@
``wuttaweb.views.batch``
========================
.. automodule:: wuttaweb.views.batch
:members:

View file

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