mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-17 02:45:08 +00:00
jira-28 invite guardian
This commit is contained in:
@ -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"""
|
||||
|
Reference in New Issue
Block a user