On May 13, 12:47 pm, Miguel <migue...@gmail.com> wrote:
> the problem I have is that the fields are dynamic so I can not do any model
> from a form django object...
>
> Miguel
> Sent from Madrid, Spain
>

This doesn't follow. Forms don't have to be based on models, and it's
perfectly possible to do a dynamic form. All you have to do is
override the __init__ function on the form and manipulate self.fields.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to