limit for 3 guardian code and article list API optimization

This commit is contained in:
jain
2023-08-24 16:08:20 +05:30
parent ab1a2be679
commit e9aa2dfda9
4 changed files with 18 additions and 8 deletions

View File

@ -43,7 +43,8 @@ FILE_SIZE = 5 * 1024 * 1024
# String constant for configurable date for allocation lock period
ALLOCATION_LOCK_DATE = 1
# guardian code status tuple
guardian_code_tuple = ('1','3')
"""user type"""
USER_TYPE = (
('1', 'junior'),