I am just trying to finish and deploy an app every day, so I am not able to document the code as much as I would like to. That said,
In django, you need to define each field for the form. With a todo list I need a form which can have an arbitrary number of fields. And all the fields should have the same field type. So the way then I would like to declare the form is
in your edit screen there should be a help button...you need to indent the code portion like
this
Interesting technique in the forms - I would never thought of doing it that way. I find newforms to still not be ideal and do a fair number of my own hacks. Thanks for the response :)
[http://day2.7days7apps.com/paste/244/]
So I need to muck around a bit with Metaclasses, and subclass Forms to Dynaforms.
Ps. How do I paste code here? The formatting is lost, if I just paste.