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:
parent
001179c87f
commit
60e8303d29
9 changed files with 664 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue