1
0
Fork 0
Web App for Wutta Framework
Go to file
Lance Edgar 26d44390a5 todo: should avoid building menus for non-traditional web apps
main use case in mind here is "API" web apps, which obviously do not
need menus.  do we need two hooks for the same (new request) hook?
2024-07-15 21:48:18 -05:00
docs feat: add "web handler" feature; it must get the menu handler 2024-07-14 11:07:50 -05:00
src/wuttaweb todo: should avoid building menus for non-traditional web apps 2024-07-15 21:48:18 -05:00
tests feat: add "web handler" feature; it must get the menu handler 2024-07-14 11:07:50 -05:00
.gitignore feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
CHANGELOG.md bump: version 0.1.0 → 0.2.0 2024-07-14 11:10:10 -05:00
COPYING.txt feat: basic support for WSGI app, views, templates 2024-07-12 00:17:15 -05:00
pyproject.toml bump: version 0.1.0 → 0.2.0 2024-07-14 11:10:10 -05:00
README.md docs: use markdown for project readme 2024-07-12 21:54:36 -05:00
tasks.py build: just run pytest, avoid tox when building release 2024-07-14 11:10:54 -05:00
tox.ini test: fix coverage command for tox 2024-07-12 00:36:38 -05:00

wuttaweb

Web app for Wutta Framework

See docs at https://rattailproject.org/docs/wuttaweb/