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
|
@ -9,6 +9,7 @@
|
|||
|
||||
app
|
||||
helpers
|
||||
menus
|
||||
static
|
||||
subscribers
|
||||
util
|
||||
|
|
6
docs/api/wuttaweb/menus.rst
Normal file
6
docs/api/wuttaweb/menus.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.menus``
|
||||
==================
|
||||
|
||||
.. automodule:: wuttaweb.menus
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue