diff -r 5c1e26fa0fc4 -r 05b9e60e6a10 app/projrev/models.py --- 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,