sdi/models.py
branchanoop
changeset 34 514db83586f5
parent 29 8bee50ee3504
child 45 29d7d70c9273
equal deleted inserted replaced
33:e17ac1365fb2 34:514db83586f5
    16                           ("3", "Solved some basic problems using Sage"),
    16                           ("3", "Solved some basic problems using Sage"),
    17                           ("4", "Been using Sage for quite some time"),
    17                           ("4", "Been using Sage for quite some time"),
    18                           ("5", "Written production level code in Sage"),
    18                           ("5", "Written production level code in Sage"),
    19                          )
    19                          )
    20 
    20 
    21 TOPICS_CHOICES = (("1", "Topic 1"),
    21 TOPICS_CHOICES = (("1", "Cryptography"),
    22                   ("2", "Topic 2"),
    22                   ("2", "Basic Algebra"),
    23                   ("3", "Topic 3"),
    23                   ("3", "Calculus"),
    24                   ("4", "Topic 4"),
    24                   ("4", "Arbitrary Precision Numerics"),
    25                   ("5", "Topic 5"),
    25                   ("5", "Basic Plotting"),
       
    26                   ("6", "Number Theory"),
       
    27                   ("7", "Polynomials"),
       
    28                   ("8", "Combinatorics and Graph Theory"),                                          
    26                  )
    29                  )
       
    30 
    27 
    31 
    28 LIKELINESS_CHOICES = (('5', "Will attend at any cost"),
    32 LIKELINESS_CHOICES = (('5', "Will attend at any cost"),
    29                       ('4', "Will attend most probably"),
    33                       ('4', "Will attend most probably"),
    30                       ('3', "Unsure of attending"),
    34                       ('3', "Unsure of attending"),
    31                       ('2', "Might not attend"),
    35                       ('2', "Might not attend"),