project/scipycon/registration/labels.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 13 Jul 2010 17:59:47 +0530
changeset 94 87e77aa18610
permissions -rw-r--r--
Moved the files to new Django app named scipycon and modified settings.


WIFI_CHOICES = (
    ("0", "Yes"),
    ('1', 'No'),
    )

WIFI_HELP = """Are you bringing a laptop to the event?"""