I\'m a beginner with Django and have a model
class myModel(models.Model): XYZ = ( (1, "X"), (2, "Y"), (3, "Z"), ) ABC