In my Django models.py file, I have a variable ColourChoices = ((0, "GREEN"), (1, "YELLOW"), (2, "RED"), (3, "GREY")) where
ColourChoices = ((0, "GREEN"), (1, "YELLOW"), (2, "RED"), (3, "GREY"))