sdi/models.py
changeset 12 3d333517e3c7
parent 6 3b3c5f11af8e
child 15 1c2d2e702aee
equal deleted inserted replaced
11:dad0085f039b 12:3d333517e3c7
    44 
    44 
    45     knowledge_of_sage = models.CharField(max_length=1, choices=SAGE_KNOWLEDGE_CHOICES)
    45     knowledge_of_sage = models.CharField(max_length=1, choices=SAGE_KNOWLEDGE_CHOICES)
    46     tools_used = models.TextField(help_text="Ex: Scilab, Mathematica, Matlab etc.", verbose_name="Other tools used", blank=True)
    46     tools_used = models.TextField(help_text="Ex: Scilab, Mathematica, Matlab etc.", verbose_name="Other tools used", blank=True)
    47 
    47 
    48     address = models.TextField(help_text="To send DVD containing tutorials on Python if required.")
    48     address = models.TextField(help_text="To send DVD containing tutorials on Python if required.")
    49     phone_num = models.CharField(max_length=15)
    49     phone_num = models.CharField(max_length=15, verbose_name="Phone Number")
    50 
    50 
    51     likeliness_of_attending = models.CharField(max_length=1, choices=LIKELINESS_CHOICES)
    51     likeliness_of_attending = models.CharField(max_length=1, choices=LIKELINESS_CHOICES)
    52 
    52