# models.py class Url(models.Model): STATUS_CHOIX = [ (\'ATTENTE\', \'ATTENTE\'), (\'VALIDE\', \'VALIDE\'),