Django Model class dynamic field creation
I am trying to create a model form in which m asking for the number of items. once i get the number, there should be that exact number of fields to be filled. How can i do that?
class Create_Poll(models.Model):
heading = models.CharField("Question...