how to give the contents of one table as a choise for another table django code example
Example: django model choice field from another model
your_choice=models.ForeignKey(ChoiceList,on_delete=models.CASCADE)
your_choice=models.ForeignKey(ChoiceList,on_delete=models.CASCADE)