wok-current annotate 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 |
| rev | line source |
|---|---|
| Hans-Günter@25176 | 1 FormAlchemy eliminates boilerplate by autogenerating HTML input fields |
| Hans-Günter@25176 | 2 from a given model. |
| Hans-Günter@25176 | 3 FormAlchemy will try to figure out what kind of HTML code should be |
| Hans-Günter@25176 | 4 returned by introspecting the model's properties and generate ready-to-use |
| Hans-Günter@25176 | 5 HTML code that will fit the developer's application. |
| Hans-Günter@25176 | 6 |
| Hans-Günter@25176 | 7 Of course, FormAlchemy can't figure out everything, i.e, the developer |
| Hans-Günter@25176 | 8 might want to display only a few columns from the given model. |
| Hans-Günter@25176 | 9 Thus, FormAlchemy is also highly customisable. |