On Tue, Aug 25, 2009 at 2:40 PM, tom<toab...@googlemail.com> wrote:
> Hi all,
>
> i want to create a form with django. the form should look like a matrix
> (or like an excel/oocalc sheet). i attached a screenshot how the form
> should look like.
> can anybody tell me how to do this with django?
>
>
> Cheers
>
> tom
>
> >
>

Take a look at formsets:
http://docs.djangoproject.com/en/dev/topics/forms/formsets/

Alex

-- 
"I disapprove of what you say, but I will defend to the death your
right to say it." -- Voltaire
"The people's good is the highest law." -- Cicero
"Code can always be simpler than you think, but never as simple as you
want" -- Me

--~--~---------~--~----~------------~-------~--~----~
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