financial learning section api

This commit is contained in:
jain
2023-08-09 16:36:33 +05:30
parent 275b09d2ea
commit 69ce6857e8
10 changed files with 211 additions and 13 deletions

View File

@ -76,6 +76,12 @@ GUARDIAN_CODE_STATUS = (
('2', 'exist guardian code'),
('3', 'request for guardian code')
)
# article status
ARTICLE_STATUS = (
('1', 'read'),
('2', 'in_progress'),
('3', 'completed')
)
# relationship
RELATIONSHIP = (
('1', 'parent'),