You could make the fields as not required like name = models.CharField(blank =True) I could be wrong or Didn't get your question if I'm in one of them ignore the suggestion.
On Mon, Jun 20, 2022 at 12:47 PM Abhinandan K <[email protected]> wrote: > how to store the data in django databse table if user append fields > according to their need > for example i have 1 one field 1) name 2) age 3) salary and the sign('+) > if user click on + sign row append one plus in form..my question is that i > want to store the data in all appended textboxes in single field in > database,, > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAA6_Mp6UPLakoi-JhcgB4U89-iKfDwAaxDWwW547tFKyk_imrg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAA6_Mp6UPLakoi-JhcgB4U89-iKfDwAaxDWwW547tFKyk_imrg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALWCTKhVqkXBJseb2XsSFyztqjmKxxCbH_tNYmY-LAQuwUMkVQ%40mail.gmail.com.

