feat: add table/model for app upgrades
This commit is contained in:
parent
e855a84c37
commit
110ff69d6d
14 changed files with 275 additions and 2 deletions
|
@ -25,6 +25,11 @@ Glossary
|
|||
Usually this is named ``app`` and is located at the root of the
|
||||
virtual environment.
|
||||
|
||||
app enum
|
||||
Python module whose namespace contains all the "enum" values
|
||||
used by the :term:`app`. Available on the :term:`app handler`
|
||||
as :attr:`~wuttjamaican.app.AppHandler.enum`.
|
||||
|
||||
app handler
|
||||
Python object representing the core :term:`handler` for the
|
||||
:term:`app`. There is normally just one "global" app handler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue