I think you should use formsets. https://docs.djangoproject.com/en/1.11/topics/forms/formsets/
On Monday, July 10, 2017 at 11:20:19 AM UTC-4, Denis Cosmin wrote: > > I have a form Author that contains the field first_name, last_name, and > email. > > I want to be able to create 1-10 of them at the same time. > How may I do that? > > I only need help in creating the form and the view. > > -- > Sincerely, > Denis Nutiu > -- 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/759c1b36-c9c5-4406-9404-ac73bbd1c68d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

