3
0
Fork 0

add basic support for menu handler

default menu is not yet useful, but the handler mostly works.  except
for actual auth/perm checks since we have no users yet!
This commit is contained in:
Lance Edgar 2024-07-13 20:03:44 -05:00
parent 001179c87f
commit 60e8303d29
9 changed files with 664 additions and 3 deletions

View file

@ -48,6 +48,10 @@ tests = ["pytest-cov", "tox"]
main = "wuttaweb.app:main"
[project.entry-points."wutta.providers"]
wuttaweb = "wuttaweb.app:WebAppProvider"
[project.urls]
Homepage = "https://rattailproject.org/"
Repository = "https://kallithea.rattailproject.org/rattail-project/wuttaweb"