1👍
✅
If you will use ForeignKey, you’ll get the list of name devices
device_type = models.ForeignKey('Name')
def __unicode__(self):
return self.device_type
Hope it help you.
Source:stackexchange.com