Templates can output any textfile we care, right? And django's got this nifty auto-updating thing going, where changes to a file are immediately reloaded into the running application. So...
We use forms_for_model to get the fields, put it into a request context, and call a template which outputs a valid Python program containing class myname(forms.Form) definitions. These, in turn, are used to render UI forms for the end-user. It'd require a few django hooks, so as to execute after a models.py file is changed; and to render without needing an http request. Alternatively, I might be crazy to think this is feasible. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---