mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 02:16:16 +00:00
jira-32 list of all task of junior API, changes in Search task API
This commit is contained in:
@ -63,6 +63,8 @@ class Junior(models.Model):
|
||||
is_invited = models.BooleanField(default=False)
|
||||
# Profile activity"""
|
||||
is_active = models.BooleanField(default=True)
|
||||
# check password is set or not
|
||||
is_password_set = models.BooleanField(default=True)
|
||||
# junior profile is complete or not"""
|
||||
is_complete_profile = models.BooleanField(default=False)
|
||||
# passcode of the junior profile"""
|
||||
|
Reference in New Issue
Block a user