fix: add basic execution methods for batch handler
also logic for batch data files, and deletion
This commit is contained in:
parent
a514d9cfba
commit
3585eca65b
8 changed files with 402 additions and 2 deletions
|
@ -112,6 +112,12 @@ Glossary
|
|||
"inventory batch" would use another. And each "type" would be
|
||||
managed by its own :term:`batch handler`.
|
||||
|
||||
The batch type is set on the model class but is also available on
|
||||
the handler:
|
||||
|
||||
* :attr:`wuttjamaican.db.model.batch.BatchMixin.batch_type`
|
||||
* :attr:`wuttjamaican.batch.BatchHandler.batch_type`
|
||||
|
||||
command
|
||||
A top-level command line interface for the app. Note that
|
||||
top-level commands don't usually "do" anything per se, and are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue