I already know about the form form_for_model() function but I don't find it very useful when you have to customize the form. If I need to customize each field, I'll need to re-write the name of each field so using form_for_model() becomes quite useless and it's not very DRY I think. Is there a command from the django shell or from manage.py that can generate the form for a given model in a file so that it would be easier to personnalize?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---