Hi, You can look here: https://docs.djangoproject.com/en/2.1/ref/contrib/admin/#django.contrib.admin.InlineModelAdmin
This is the functionality you want. Regards, Andréas Den fre 1 mars 2019 kl 14:05 skrev raghav b < [email protected]>: > I have created two apps with the name candidate and another training. In > the Django admin I want to create trainings and add candidates to that. I > have created candidate and training and registered in the admin view. But > for the last part I want to add multiple candidates into a training from > admin view. How can I do this? Please help. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/e11b3b78-be4a-4ac7-a1bd-b452540c7e76%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAK4qSCcmESgn12u3dOgEiLfC2fe9HPyk5q8cKM-9W6USMwrV3w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

