In some of my forms, I have to provide a drop-down list where users can select certain areas. The fact is that there will always be a fixed number of districts (in this case 31). Should I create a model with a name Districtwith only a string field, fill it with data and do with it?
Content will not change over time. Is there another way?
source
share