jira-28 invite guardian

This commit is contained in:
jain
2023-07-25 15:27:29 +05:30
parent 2db0e47e3b
commit c8a8e1149b
5 changed files with 26 additions and 31 deletions

View File

@ -49,9 +49,6 @@ class Junior(models.Model):
dob = models.DateField(max_length=15, null=True, blank=True, default=None)
# Image of the junior"""
image = models.URLField(null=True, blank=True, default=None)
# relationship"""
relationship = models.CharField(max_length=31, choices=RELATIONSHIP, null=True, blank=True,
default='1')
# Sign up method"""
signup_method = models.CharField(max_length=31, choices=SIGNUP_METHODS, default='1')
# Codes"""