Hi guys,
I need a means to save these 2 models related by FK but I want to use one
form. I searched but I jus can't do it.

class Student(models.Model):
.......

class Parent(models.Model):
........
child = models.ForeignKey(Student)


All I need is a form I can use to every student and their parent
simultaneously.
Am I doing this wrong? If so kindly correct me.
Thanks

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG%2BabP8sVSiKpfkeWtkBrNCoipT1xE%2BPUUkuDNOgaPNd5zeaDw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to