wok-current diff python-formalchemy/description.txt @ rev 25791
Up expat (2.7.3), patch (2.8), openssl (3.0.18)
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Fri Oct 03 17:05:15 2025 +0000 (3 weeks ago) |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-formalchemy/description.txt Fri Oct 03 17:05:15 2025 +0000 1.3 @@ -0,0 +1,9 @@ 1.4 +FormAlchemy eliminates boilerplate by autogenerating HTML input fields 1.5 +from a given model. 1.6 +FormAlchemy will try to figure out what kind of HTML code should be 1.7 +returned by introspecting the model's properties and generate ready-to-use 1.8 +HTML code that will fit the developer's application. 1.9 + 1.10 +Of course, FormAlchemy can't figure out everything, i.e, the developer 1.11 +might want to display only a few columns from the given model. 1.12 +Thus, FormAlchemy is also highly customisable.