I have a model for players on a ladder.
class Player(models.Model): # Availability choice list available = \'AVL\' injured = \'INJ\' away = \'AWY\