On May 13, 12:47 pm, Miguel <[email protected]> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to