3
0
Fork 0

feat: add initial/basic forms support

This commit is contained in:
Lance Edgar 2024-08-04 20:35:41 -05:00
parent 0604651be5
commit 95d3623a5e
16 changed files with 858 additions and 10 deletions

View file

@ -0,0 +1,6 @@
``wuttaweb.forms.base``
=======================
.. automodule:: wuttaweb.forms.base
:members:

View file

@ -0,0 +1,6 @@
``wuttaweb.forms``
==================
.. automodule:: wuttaweb.forms
:members:

View file

@ -9,6 +9,8 @@
app
db
forms
forms.base
handler
helpers
menus