changeset 18 | 05b9e60e6a10 |
parent 16 | bed14c9685a5 |
child 19 | 0c9bdcfac9f7 |
--- a/app/projrev/models.py Fri Aug 07 04:13:53 2009 +0530 +++ b/app/projrev/models.py Sat Aug 08 23:54:36 2009 +0530 @@ -52,6 +52,10 @@ state = models.CharField(max_length=256, choices=STATE_CHOICES) + mobile_num = models.CharField(max_length=20) + + fax_num = models.CharField(max_length=20, null=True) + # Field containing the district to which the institution belongs # to in the state of India. district = models.CharField(max_length=256,