guardian list api changes

This commit is contained in:
jain
2023-08-08 11:46:27 +05:30
parent f917244265
commit 6596414675
7 changed files with 80 additions and 11 deletions

View File

@ -70,6 +70,12 @@ SIGNUP_METHODS = (
('2', 'google'),
('3', 'apple')
)
# guardian code status
GUARDIAN_CODE_STATUS = (
('1', 'no guardian code'),
('2', 'exist guardian code'),
('3', 'request for guardian code')
)
# relationship
RELATIONSHIP = (
('1', 'parent'),