An alternative to storing all values in a single model field is to use EAV:
https://en.m.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model On June 20, 2022 1:46:42 AM CDT, 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. -- 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/EBCA9EAF-4AD3-4367-82C6-0177C7F9E66E%40fattuba.com.

