I would like to know if it is possible to create a new field in a table 
from the FrontEnd. For example, in a form to create recipes, not all 
recipes contain the same number of ingredients. At first I thought about 
putting a high number of ingredients to enter in the form to create a 
recipe, but that's not pretty. I think it would be better for the user to 
add fields in the form as needed. Although thinking well, if that were 
done, who would execute the command makemigrations and migrate ?, it 
occurred to me to create a high number of fields for the ingredients but 
that did not appear in the FrontEnd form and that they were appearing as 
needed by the user.

-- 
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/c416f450-0172-45e2-9242-4704c4aca421%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to