> That's a really interesting idea. I think it'd be better to > "statically" generate the templates a single time, rather than have > Django create the templates automatically, because the former would > allow people to custom the templates' look and feel. Maybe a > "django-admin.py formtemplate app" command? What do you think?
The ideal would be to have both. :-) Having an auto-generated on-the-fly template gets you up and going faster and if you didn't actually need to do any customisation, ; being able to statically generate the template once would be better for later customisation... I'd be delighted with either!