sdi/models.py
branchanoop
changeset 174 d979d1bc1c4e
parent 152 86bfdb64edb5
child 213 ffe5ef840fde
equal deleted inserted replaced
173:25f8826bc6e4 174:d979d1bc1c4e
    54                            ("2", "Has been selected but not confirmed participation"),
    54                            ("2", "Has been selected but not confirmed participation"),
    55                            ("1", "Has requested for a workshop"),
    55                            ("1", "Has requested for a workshop"),
    56                            ("0", "Does not need a workshop"))
    56                            ("0", "Does not need a workshop"))
    57 
    57 
    58 ACCO_CHOICES = (("4", "Has requested but request has been rejected"),
    58 ACCO_CHOICES = (("4", "Has requested but request has been rejected"),
    59                 ("3", "Has been given accomodation and has confirmed the stay"),
    59                 ("3", "Has been given accomodation"),
    60                 ("2", "Has been given acco but not confirmed yet"),
       
    61                 ("1", "Has requested for accomodation"),
    60                 ("1", "Has requested for accomodation"),
    62                 ("0", "Does not need acco"))
    61                 ("0", "Does not need acco"))
    63 
    62 
    64 class Registrant(models.Model):
    63 class Registrant(models.Model):
    65     """ A model to hold the details of registered users.
    64     """ A model to hold the details of registered users.