wok view python-formalchemy/description.txt @ rev 25629
Fix xscreensaver and up to 5.45 (thanks Pat)
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Dec 19 20:23:40 2023 +0100 (22 months ago) |
| parents | |
| children |
line source
1 FormAlchemy eliminates boilerplate by autogenerating HTML input fields
2 from a given model.
3 FormAlchemy will try to figure out what kind of HTML code should be
4 returned by introspecting the model's properties and generate ready-to-use
5 HTML code that will fit the developer's application.
7 Of course, FormAlchemy can't figure out everything, i.e, the developer
8 might want to display only a few columns from the given model.
9 Thus, FormAlchemy is also highly customisable.