3
0
Fork 0

fix: use fanstatic to serve built-in images by default

Refs: #1
This commit is contained in:
Lance Edgar 2024-12-10 16:54:02 -06:00
parent 783d4dc8ef
commit 16ed125113
11 changed files with 206 additions and 28 deletions

View file

@ -13,3 +13,18 @@ Glossary
tools.
See also the :class:`~wuttaweb.grids.base.Grid` base class.
menu handler
This is the :term:`handler` responsible for constructing the main
app menu at top of page.
The menu handler is accessed by way of the :term:`web handler`.
See also the :class:`~wuttaweb.menus.MenuHandler` base class.
web handler
This is the :term:`handler` responsible for overall web layer
customizations, e.g. logo image and menu overrides. Although
the latter it delegates to the :term:`menu handler`.
See also the :class:`~wuttaweb.handler.WebHandler` base class.