feat: add Users view; improve CRUD master for SQLAlchemy models
This commit is contained in:
parent
33589f1cd8
commit
eac3b81918
33 changed files with 1510 additions and 253 deletions
6
docs/api/wuttaweb/forms.schema.rst
Normal file
6
docs/api/wuttaweb/forms.schema.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.forms.schema``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttaweb.forms.schema
|
||||
:members:
|
6
docs/api/wuttaweb/forms.widgets.rst
Normal file
6
docs/api/wuttaweb/forms.widgets.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.forms.widgets``
|
||||
==========================
|
||||
|
||||
.. automodule:: wuttaweb.forms.widgets
|
||||
:members:
|
|
@ -12,6 +12,8 @@
|
|||
db
|
||||
forms
|
||||
forms.base
|
||||
forms.schema
|
||||
forms.widgets
|
||||
grids
|
||||
grids.base
|
||||
handler
|
||||
|
@ -28,3 +30,4 @@
|
|||
views.master
|
||||
views.people
|
||||
views.settings
|
||||
views.users
|
||||
|
|
6
docs/api/wuttaweb/views.users.rst
Normal file
6
docs/api/wuttaweb/views.users.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.views.users``
|
||||
========================
|
||||
|
||||
.. automodule:: wuttaweb.views.users
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue