First read and understand: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/
Then: 1. http://stackoverflow.com/questions/1645444/django-modelform-accessing-a-fields-value-in-the-view-template 2. http://neverfear.org/blog/view/123/Auto_Generate_Forms_With_Django_s_ModelForm On Jan 16, 8:43 am, Benchouia Ahmed Abdelhakim <[email protected]> wrote: > Hello there, > > I am new to django developement model. If someone know > 1- how to access to the ModelForm fields instance in the view? > 2- I am trying to developpe a website that contains many forms, is > there a way to make the same template (new and update) for a given > model.Models class > > thanks, -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

