feat: add basic Grid
class, and /settings master view
This commit is contained in:
parent
2ad1ae9c49
commit
754e0989e4
18 changed files with 640 additions and 12 deletions
6
docs/api/wuttaweb/grids.base.rst
Normal file
6
docs/api/wuttaweb/grids.base.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.grids.base``
|
||||
=======================
|
||||
|
||||
.. automodule:: wuttaweb.grids.base
|
||||
:members:
|
6
docs/api/wuttaweb/grids.rst
Normal file
6
docs/api/wuttaweb/grids.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.grids``
|
||||
==================
|
||||
|
||||
.. automodule:: wuttaweb.grids
|
||||
:members:
|
|
@ -12,6 +12,8 @@
|
|||
db
|
||||
forms
|
||||
forms.base
|
||||
grids
|
||||
grids.base
|
||||
handler
|
||||
helpers
|
||||
menus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue