Wednesday, July 30, 2014

Re: (ModelForm) confusion

On Wed, Jul 30, 2014 at 12:25 PM, Kamal Kaur <kamal.kaur188@gmail.com> wrote:
> Greetings!
>
> What I have done:
> There are four tables, from which I have generated ModelForms. Getting
> the WorkerDetails from one side, adding the salary and attendance
> things from the other side as the view says. If there is at least one
> row added in WorkerDetail table, then it directly asks to add the
> salary and attendance things. Everything is being added perfectly but
> I have to add that "ForeignKey" thing in every form.

The thing i understand is, you wish is that the system should ask to
add the other details like monthly attendance and advance on the same
page when a new worker is added, if it don't have that values.
Am i right?

>
> Aim:
> To design a page like this:
> http://tinypic.com/r/feor5h/8
>
You require the validators in the template / form.py file, to validate
the data at the run time.

> Query:
> What I need to do to display forms like this and get the foreign key
> attribute directly from the displayed list? Is what I have done right?
> Is there some better approach to get this desired layout?
>
> Required code:
> models.py: http://pastie.org/9430952
> forms.py: http://pastie.org/9430955

Page doesn't exist :(

> views.py: http://pastie.org/9430962


--
Satinderpal Singh
http://satindergoraya91.blogspot.in/

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BiK19JDoU5znYnz13AVwm0Swoc6y4R-t64QAaE0eiMBEC%3D5SA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment