I\'m working on a new project and I\'d like to create a django model that will have a variable number of EmailFields depending on another variable. What I\'m tr
EmailField
No. Put the emails in a separate model and link them back to House with a ForeignKey.