project/scipycon/registration/models.py
changeset 226 53ea13a2893e
parent 198 92fbbbc4c97a
child 238 0149f28a4f74
child 272 4801b7adbbc5
equal deleted inserted replaced
225:b906582ac2bb 226:53ea13a2893e
    26     )
    26     )
    27 
    27 
    28 SEX_CHOICES = (
    28 SEX_CHOICES = (
    29     ('Male', 'Male'),
    29     ('Male', 'Male'),
    30     ('Female', 'Female'),
    30     ('Female', 'Female'),
    31     ('Other', 'Other')
       
    32     )
    31     )
    33 
    32 
    34 class Wifi(base_models.ScopedBase):
    33 class Wifi(base_models.ScopedBase):
    35     """Defines wifi options at SciPy.in
    34     """Defines wifi options at SciPy.in
    36     """
    35     """